Request Serval to create a Copilot Resolution
cURL
curl --request POST \ --url https://public.api.serval.com/v1/teams/{team_id}/tickets/{ticket_id}/copilot/resolve \ --header 'Authorization: Bearer <token>'
{ "copilotThread": { "id": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Serval team.
The ID of the Serval ticket.
Success
The response is of type object.
object