curl --location --request PUT 'https://base.merchantwarrior.com/npp/payid//status' \
--header 'MW-APIKEY: xxxxxx' \
--header 'MW-MERCHANTID: xxxxxx' \
--header 'MW-MESSAGEHASH: {{hmac}}' \
--header 'Content-Type: application/json' \
--data '{
"status": 3
}'{
"responseCode": "0",
"responseMessage": "Operation successful",
"result": {
"name": "Bruce Banner",
"payId": "tony_7991788@merchantwarrior.com",
"status": "Enabled"
}
}