curl --request POST \
--url https://api.dualship.run/webhooks/clerk \
--header 'Content-Type: application/json' \
--header 'svix-id: <svix-id>' \
--header 'svix-signature: <svix-signature>' \
--header 'svix-timestamp: <svix-timestamp>' \
--data '
{
"data": [
123
],
"type": "<string>"
}
'