Last updated 1 year ago
Successful Response
Trạng thái yêu cầu
const response = await fetch('/profiles/', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": true, "data": { "id": 0, "user_id": 0, "created_at": "2024-12-21T14:12:01.489Z", "updated_at": "2024-12-21T14:12:01.489Z", "shared_on_cloud": false, "status": 0 } }