Authorization: ********************{
"status": "closed"
}curl --location --request PATCH '/api/v1/conversations/123' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "closed"
}'{
"id": 0,
"status": "open",
"escalated": true,
"can_respond_till": "2019-08-24T14:15:22.123Z",
"subscriber": {
"id": 0,
"name": "string",
"phone_number": "string"
},
"assigned_to": {
"type": "string",
"id": 0,
"name": "string"
},
"last_activity_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}