{
"types": [
"string"
],
"url": "string"
}
curl --location --request POST 'https://demo-api.easypayx.com/v3/webhooks' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"types": [
"string"
],
"url": "string"
}'
{
"data": {
"id": "string",
"url": "string",
"types": [
"string"
]
}
}