{ "name": "Thor", "document": "17287667652", "birth_date": "08/10/1994", "foundation_date": "08/10/1994", "phone": "11987984340" }
curl --location --request POST 'https://api.crm.corbee.com.br/customer' \ --header 'corbee-token-integration: 2f68dbbf-519d-4f01-9636-e2421b68f379' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "Thor", "document": "17287667652", "birth_date": "08/10/1994", "foundation_date": "08/10/1994", "phone": "11987984340" }'
{ "message": "Cliente cadastrado com sucesso!", "customer_id": 132 }