curl --location --request POST 'http://localhost:8080/api/clinicas' \
--header 'Content-Type: application/json' \
--data-raw '{
"nomeFantasia": "{{$company.name}}",
"subdominio": "{{$internet.domainWord}}",
"ativo": true
}'[
null
]