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": "2025-01-22T12:55:05.590Z", "updated_at": "2025-01-22T12:55:05.590Z", "shared_on_cloud": false, "status": 0 } }