We just GoLive API Rate Limits. Please follow up
curl --location --request GET 'https://api.omisell.com/api/v2/public/wms-pickup-map/list?pickup_id&page_size=25&page=1' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
{
"data": [
{
"pickup_id": 0,
"pickup_name": "string",
"wms_pickup_id": 0,
"wms_center_code": "string"
}
],
"error": true,
"error_code": 0,
"attr_error": null,
"messages": "string",
"request_id": "string"
}