curl --request PUT \
--url https://api.loopreturns.com/api/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"topic": "return",
"trigger": "return.created",
"url": "https://example.com/webhook",
"status": "active"
}'