cURL
curl --request PATCH \ --url https://api.market.iventou.com.br/tickets/{id}/deactivate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data @- <<EOF { "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "reason": "Describe here what's reason to deactivate this ticket" } EOF
Token from partner authetnication
"Describe here what's reason to deactivate this ticket"
Ticket deactivated successful