curl --request POST \
--url https://api.getovra.com/intents/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "cancelled"
}curl --request POST \
--url https://api.getovra.com/intents/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "cancelled"
}