curl --location --request GET 'https://base.merchantwarrior.com/npp/payid/tony@stark.com' \
--header 'MW-APIKEY: xxxxxx' \
--header 'MW-MERCHANTID: xxxxxx' \
--header 'MW-MESSAGEHASH: {{hmac}}' \
--header 'Content-Type: application/json' \
--data '{}'{
"responseCode": "0",
"responseMessage": "Operation successful",
"result": {
"name": "Paul McLeannnnnn",
"payId": "paul_7272922@merchantwarrior.com",
"status": "Enabled"
}
}