curl --request POST \
--url https://staging.terminal3.io/v1/user/create \
--header 'Content-Type: application/json' \
--header 'x-api-token: <x-api-token>' \
--data '
{
"profile": {
"first_name": "<string>",
"last_name": "<string>",
"email_address": "jsmith@example.com",
"middle_name": "<string>",
"user_name": "<string>",
"mobile_number": 1,
"mobile_country_code": "<string>",
"avatar": "<string>",
"language_others": [
"<string>"
],
"residence_country": "<string>",
"residence_province": "<string>",
"residence_city": "<string>",
"gender": "male",
"date_of_birth": "<string>",
"language_primary": "<string>",
"employment_status": "employed",
"employment_industry": 123,
"marital_status": "single",
"education": "doctorate",
"household_income": "10000-"
},
"wallet": {
"address": "<string>",
"chain_id": "<string>"
}
}
'