curl --location '/agents//transfer-numbers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"label": "sales",
"description": "Use for sales inquiries and new customer questions",
"phoneNumber": "+1234567890",
"workHours": {
"MONDAY": [
900,
1730
],
"TUESDAY": [
900,
1730
]
},
"transferType": "warm",
"isActive": true
}'{
"id": "string",
"label": "string",
"description": "string",
"phoneNumber": "string",
"workHours": {},
"transferType": "warm",
"isActive": true,
"sortOrder": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}