{
"orderId": "string",
"status": "string"
}curl --location --request POST '/webhook/notify' \
--header 'topic: order_status' \
--header 'sign;' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"status": "string"
}'{}