curl --location --request POST 'https://api.ticaret.pro/meta/webhook' \
--header 'x-hub-signature-256;' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'{
"status": true,
"data": {
"received": true,
"summary": {
"processed": 0,
"ignored": 0,
"failed": 0
}
}
}