curl --location --request POST '/companies' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Leadsmart",
"routingKey": "leadsmart",
"planTypeId": "550e8400-e29b-41d4-a716-446655440013",
"cpf": "412.035.628-02"
}'
{}