curl --request POST \
--url https://demo-api.mobula.io/api/2/pm/order/cancel \
--header 'Content-Type: application/json' \
--data '
{
"orderId": "<string>",
"address": "<string>",
"apiKey": "<string>",
"apiSecret": "<string>",
"apiPassphrase": "<string>"
}
'