Last updated 1 year ago
Successful Response
Trạng thái yêu cầu
const response = await fetch('/profiles/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": true, "data": { "lst_profile": [ { "created_at": "2024-11-21T06:31:03.759Z", "updated_at": "2024-11-21T06:31:03.759Z", "shared_on_cloud": false } ], "pagination": {} } }