Last updated 1 year ago
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-04-03T09:00:53.183Z", "updated_at": "2025-04-03T09:00:53.183Z", "shared_on_cloud": true, "status": 1 } }