Last updated 1 year ago
/profiles/
curl -L \ --request POST \ --url '/profiles/' \ --header 'Content-Type: application/json' \ --data '{ "profile_data": null }'
{ "success": true, "data": { "id": 1, "user_id": 1, "profile_data": null, "created_at": "2025-02-28T07:06:04.355Z", "updated_at": "2025-02-28T07:06:04.355Z", "shared_on_cloud": true, "status": 1 } }