Authorization: Bearer ********************{
"name": "Casey Dach",
"callback_url": "string",
"topics": [
"appointment.create"
]
}curl --location --request PATCH 'https://api.cirqll.nl/api/webhook/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Casey Dach",
"callback_url": "string",
"topics": [
"appointment.create"
]
}'{
"id": 1,
"name": "Casey Dach",
"callback_url": "string",
"topics": [
"appointment.create"
],
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}