curl --request PATCH \
--url https://api.astronpay.co/api/v1/webhook/config \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-api-secret: <api-key>' \
--data '
{
"webhookUrl": "<string>",
"webhookSecret": "<string>"
}
'