We just GoLive API Rate Limits. Please follow up
curl --location --request GET 'https://api.omisell.com/api/v1/addresses/country/list' \
--header 'Authorization;' \
--header 'Seller-ID;' \
--header 'Country;'
{
"data": [
{
"id": 0,
"country_code": "string",
"country_name": "string",
"phone_code": 0,
"required_zipcode": true,
"required_sub_district": true,
"tax": 0,
"currency": "string",
"level": 0,
"country_lang": "string"
}
],
"error": true,
"error_code": 0,
"messages": "string",
"request_id": "string",
"timestamp": 0
}