curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/user' \
--header 'authorization;' \
--form 'profile_photo=@""' \
--form 'name=""'
{
"status": "string",
"data": {
"created_at": "string",
"email": "string",
"id": 0,
"current_team_id": 0,
"name": "string",
"profile_photo_url": "string",
"updated_at": "string"
}
}