curl --location --request GET 'https://api.crm.corbee.com.br/users' \ --header 'corbee-token-integration: 2f68dbbf-519d-4f01-9636-e2421b68f379'
{ "data": [ { "id": 6, "name": "User", "email": "user@corbee.com", "paid_at": null, "delete_at": null, "payment_link": null, "profile_name": "Master", "profile_id": 1, "plan_name": null, "image": null, "plan_id": null } ] }