curl --location --request GET '/public/api/v1/inboxes/'
{
"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
}