curl --location --request GET 'https://api.inboxkit.com/v1/api/inbox-placement/scheduled' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"success": true,
"schedules": [
{
"id": "string",
"test_name": "string",
"frequency": "once",
"status": "active",
"next_run_at": "2019-08-24T14:15:22Z",
"last_run_at": "2019-08-24T14:15:22Z",
"total_runs": 0,
"sender_mailbox_ids": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"total": 0
}