{
"country_code": "string",
"email": "string",
"first_name": "string",
"last_name": "string",
"password": "string",
"phone_number": "string",
"platform": "ASSETYZER"
}
curl --location --request POST 'https://api.neucron.io/v1/auth/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "string",
"email": "string",
"first_name": "string",
"last_name": "string",
"password": "string",
"phone_number": "string",
"platform": "ASSETYZER"
}'
{}