curl --location 'https://base.merchantwarrior.com/npp/payid' \
--header 'MW-APIKEY: xxxxxx' \
--header 'MW-MERCHANTID: xxxxxx' \
--header 'MW-MESSAGEHASH: {{hmac}}' \
--header 'Content-Type: application/json' \
--data '{
"payId": {
"email": "tony"
},
"name": "Tony Stark"
}'{
"responseCode": "0",
"responseMessage": "Operation successful",
"payId": "tony_9975160@merchantwarrior.com"
}