api_access_token: ********************curl --location --request GET 'http://localhost:3030/public/api/v1/inboxes/' \
--header 'api_access_token: <api-key>'{
"identifier": "string",
"name": "string",
"timezone": "string",
"working_hours": [
{
"day_of_week": 0,
"open_all_day": true,
"closed_all_day": true,
"open_hour": 0,
"open_minutes": 0,
"close_hour": 0,
"close_minutes": 0
}
],
"working_hours_enabled": true,
"csat_survey_enabled": true,
"greeting_enabled": true,
"identity_validation_enabled": true
}