2. Create profile
Last updated
Last updated
POST /profiles/ HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"profile_data": null
}{
"success": true,
"data": {
"id": 1,
"user_id": 1,
"profile_data": null,
"created_at": "2025-12-18T01:27:47.592Z",
"updated_at": "2025-12-18T01:27:47.592Z",
"shared_on_cloud": true,
"status": 1
}
}