Last updated 1 year ago
/profiles/
curl -L \ --url '/profiles/'
{ "success": true, "data": { "user_id": 1, "pagination": { "current_offset": 1, "limit": 1, "total": 1, "next_offset": 1 }, "lst_profile": [ { "id": 1, "user_id": 1, "profile_data": null, "created_at": "2025-02-28T07:03:15.262Z", "updated_at": "2025-02-28T07:03:15.262Z", "shared_on_cloud": true, "status": 1 } ] } }