cURL
curl --request POST \ --url https://nini.monieswitch.com/transaction/requery \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data null
{ "status": false, "message": "Transaction has already been completed." }