curl --location --request POST '/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "miguel@leadsmart.com.br",
"password": "password123",
"confirmPassword": "password123",
"name": "Vinicius Ricci",
"phone": "+1234567890",
"imageProfile": "optional-image-url",
"cpf": "56498450852"
}'
{}