cURL
curl --request POST \ --url https://nini.monieswitch.com/payout/single/recurrent/cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "recurrentId": "735af831-75fd-4d7e-8813-8803f6f4c45c" }'
{ "status": true, "message": "Recurrent payout has been successfully cancelled" }