curl --request POST \
--url https://api.returnshelper.com/uat/user/api/ReturnInventory/CancelReturnInventoryHandling \
--header 'Content-Type: application/json' \
--header 'x-rr-apikey: <api-key>' \
--header 'x-rr-apitoken: <api-key>' \
--data '
{
"returnInventoryId": 123
}
'curl --request POST \
--url https://api.returnshelper.com/uat/user/api/ReturnInventory/CancelReturnInventoryHandling \
--header 'Content-Type: application/json' \
--header 'x-rr-apikey: <api-key>' \
--header 'x-rr-apitoken: <api-key>' \
--data '
{
"returnInventoryId": 123
}
'