test.ping event to the specified endpoint. Use to verify your webhook integration is working correctly.Authorization: Bearer ********************curl --location --request POST '/webhooks//test' \
--header 'Authorization: Bearer <token>'{
"message": "string"
}