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