curl --request POST \
--url https://api-dev.withflock.com/webhooks/upsert \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"webhooks": [
"<string>"
]
}'
curl --request POST \
--url https://api-dev.withflock.com/webhooks/upsert \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"webhooks": [
"<string>"
]
}'