curl --location --request POST 'https://api-test.spotgo.eu/api/v1/webhooks' \
--header 'Content-Type: application/json; x-api-version=1.0' \
--data-raw '{
"eventType": "All",
"callbackUrl": "string",
"callbackAuth": {
"type": "None",
"basic": {
"username": "string",
"password": "string"
},
"apiKey": {
"headerName": "string",
"headerValue": "string"
},
"oauth2": {
"tokenUrl": "string",
"properties": {
"property1": "string",
"property2": "string"
}
}
}
}'{}