curl --location --request POST 'https://api.firsteld.com/openapi/webhook/subscribe/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"name": "string",
"triggers": "string"
}'