Authorization: Bearer ********************
{
"userName": "string",
"email": "user@example.com",
"password": "string",
"gender": 0,
"biography": "string",
"language": "string",
"regionCode": "string",
"dateOfBirth": "2019-08-24",
"emailConfirmationCode": "string"
}
curl --location --request POST 'https://api.phizone.cn/users/brief' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "string",
"email": "user@example.com",
"password": "string",
"gender": 0,
"biography": "string",
"language": "string",
"regionCode": "string",
"dateOfBirth": "2019-08-24",
"emailConfirmationCode": "string"
}'
{
"status": 0,
"code": "string",
"message": "string",
"errors": [
{
"field": "string",
"errors": [
"string"
]
}
],
"dateAvailable": "2019-08-24T14:15:22Z",
"total": 0,
"perPage": 0,
"hasPrevious": true,
"hasNext": true,
"data": {
"token": "string"
}
}