Authorization: Bearer ********************
{
"phoneNumber": "string",
"areaCode": "string",
"password": "string",
"email": "string",
"captcha": "string",
"isEmailMode": true
}
curl --location --request POST '/user/sign-up' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "string",
"areaCode": "string",
"password": "string",
"email": "string",
"captcha": "string",
"isEmailMode": true
}'
{}