URL : v3/api/ticket/create-add-collaborator
Method : POST
Query Parameters :
| Parameter | Type | Optional/Required | Description |
| ticket-id | integer | Required | Ticket id of current ticket |
| name | string | Required | Name of the collaborator |
| string | Required | Email of the collaborator |
Response :
{
"success":true,
"message":"Successfully added"
}