List Agent Shifts
curl -X GET "https://loading/api/v2/agent-shifts"[
{
"created_at": "2019-08-24T14:15:22Z",
"effective_from": "string",
"effective_to": "string",
"id": "string",
"is_active": true,
"name": "string",
"schedule": [
{}
],
"timezone": "string",
"updated_at": "2019-08-24T14:15:22Z",
"user_email": "string",
"user_id": "string",
"user_name": "string"
}
]