We just GoLive API Rate Limits. Please follow up
curl --location -g --request GET 'https://api.omisell.com/api/v1/addresses/district/{{district_id}}?page_size=100' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
{
"data": [{
"id": 1,
"country_code": "AF",
"country_name": "Afghanistan",
"phone_code": 93,
"required_zipcode": false,
"required_sub_district": false,
"tax": 1.0,
"currency": "AFA",
"level": 9,
"country_lang": "en"
}],
"error": false,
"error_code": 0,
"messages": "string",
"request_id": "string",
"timestamp": 0
}