api-key: ********************curl --location --request POST '/auth/account' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"cpf": "string",
"email": "string",
"password": "string",
"cellPhone": "string",
"scope": "professional",
"voucher": "string"
}'