Last updated 12 months 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-09-16T08:15:08.869Z", "updated_at": "2024-09-16T08:15:08.869Z", "shared_on_cloud": false } ], "pagination": {} } }