curl --location --request POST 'planos-saude' \ --header 'X-Clinic-ID: 1' \ --header 'Content-Type: application/json' \ --data-raw '{ "nome": "{{$company.name}}", "ativo": true }'
[]