Authorization: Bearer ********************
curl --location --request POST 'https://live.smatpay.africa/sandbox/api/cancelRecurringPayment/3' \
--header 'Authorization: Bearer <token>'
{
"status": "Success",
"message": "Recurring payment cancelled successfully"
}