curl --location --request GET 'http://dev-cn.your-api-server.com/api/v1/user' \
--header 'authorization;'
{
"status": "success",
"data": {
"created_at": "2023-04-30 16:43:53",
"email": "user@domain.com",
"id": 1,
"current_team_id": 1,
"name": "John Doe",
"profile_photo_url": "https://app.customgpt.ai/user/1/profile_photo_url",
"updated_at": "2023-04-30 16:43:53"
}
}