We just GoLive API Rate Limits. Please follow up
curl --location --request GET 'https://api.omisell.com/api/v2/public/product/list?page=1&page_size=20' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
{
"data": {
"count": 0,
"next": "string",
"previous": null,
"results": [
"string"
]
},
"error": true,
"error_code": 0,
"attr_error": null,
"messages": "string",
"request_id": "string"
}