We just GoLive API Rate Limits. Please follow up
curl --location --request POST 'https://api.omisell.com/webhook-url' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"order_number": "string",
"omisell_order_number": "string",
"created_time": "string"
},
"event": "string",
"shop_id": 0,
"platform": "string",
"timestamp": 0,
"request_id": "string"
}'
{}