curl --location '/webhooks/transfer' \
--header 'Content-Type: application/json' \
--data '{
"uri": "http://example.com",
"email": "string",
"method": "POST",
"enabled": true,
"pauseOnFail": true,
"headers": {
"headerName": "string"
}
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "TRANSFER",
"uri": "https://example.com/webhook",
"enabled": true
}