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