cURL
curl --request PATCH \ --url https://api.market.iventou.com.br/tickets/{id}/transfer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "from": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "to": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
Token from partner authetnication
It's the customer identifier that'll send the ticket to another customer
It's the customer identifier that'll receive the ticket transferred from another customer
Ticket transferred successful