curl --location --request POST '/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "BUSINESS",
"responsible": {
"email": "emailresponsavel@inovpay.com.br",
"document": "77470509097",
"first_name": "Joao da Silva",
"phone": "11999999999",
"birthdate": "1990-01-01"
},
"address": {
"state": "SP",
"zip_code": "04548020",
"street": "Rua De Teste",
"neighborhood": "Bairro",
"city": "São Paulo",
"complement": "Sala 123",
"number": "300"
},
"format": "LTDA",
"cnae": "6619302",
"document": "85288889000107",
"phone_number": "11999999999",
"email": "emailcliente@inovpay.com.br",
"birthdate": "2020-05-05",
"revenue": 10000,
"first_name": "Nome da Empresa LTDA",
"last_name": "Nome Fantasia"
}'