curl --request POST \
--url https://dev.namify.host/signup \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"name": "<string>",
"company": "<string>",
"address": "<string>",
"city": "<string>",
"state": "<string>",
"country_code": "<string>",
"phone": "<string>",
"password": "<string>"
}
'