2. Create profile

Api Create Profile

post
Authorizations
Body
profile_dataanyOptional
Responses
200
Successful Response
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