curl --location 'https://demo-api.easypayx.com/v3/webhook_hmac_key' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data '{}'
{ "data": { "hmac_key": "string" } }