curl --location --request POST 'https://api.triowfs.com/trio/WebHooks' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhook": {
"Id": "string",
"Name": "string",
"Url": "string",
"Events": [
"string"
],
"IsActive": true
}
}'"string"