{
"username": "string",
"code": "123456",
"pwd": "string",
"area_code": "string",
"country_code": "string"
}
curl --location --request POST '/v2/user/signup' \
--header 'X-Tg-App-Id;' \
--header 'X-Tg-Platform;' \
--header 'X-Tg-Sdk-Version;' \
--header 'Accept-Language;' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Pkgname;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"code": "123456",
"pwd": "string",
"area_code": "string",
"country_code": "string"
}'
{
"code": 0
}