2. Create profile
Authorizations
OAuth2passwordRequired
Token URL:
Body
profile_dataanyOptional
Responses
200
Successful Response
application/json
Phản hồi thành công
successbooleanOptionalDefault:
Trạng thái yêu cầu
true422
Validation Error
application/json
post/profiles/
POST /profiles/ HTTP/1.1
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": "2026-01-01T00:00:00.000Z",
"updated_at": "2026-01-01T00:00:00.000Z",
"shared_on_cloud": true,
"status": 1
}
}Last updated