Authorization: Bearer ********************curl --location --globoff 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/inboxes?include_deactivated=yes' \
--header 'Authorization: Bearer <token>'[{"name": "Support Inbox", "user": "5000@acme.com", "owner": "1001@acme.com", "deactivated": false}, {"name": "Sales Inbox", "user": "5001@acme.com", "owner": "1002@acme.com", "deactivated": false}, {"name": "Archived Inbox", "user": "5002@acme.com", "owner": "1001@acme.com", "deactivated": true}]