2. Create profile
Authorizations
Body
profile_dataanyOptional
Responses
200
Successful Response
application/json
422
Validation Error
application/json
post
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-07-04T07:44:37.554Z",
"updated_at": "2025-07-04T07:44:37.554Z",
"shared_on_cloud": true,
"status": 1
}
}
Last updated