POST
/api/gifts/revoke
orderId
string
{ "orderId": "test-order-id" }
curl --location --request PUT 'https://api.getroamify.com/api/gifts/gift/revoke' \ --header 'User-Agent: insomnia/10.1.0' \ --header 'Authorization: token' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderId": "test-order-id" }'