Authorization: Bearer ********************curl --location --request GET 'https://api.edara.io/v/salesStores?offset&limit' \
--header 'Authorization: Bearer <token>'{
"status_code": 0,
"error_message": "string",
"result": [
{
"id": 0,
"code": "string",
"description": "string",
"default_customer_id": 0
}
],
"total_count": 0
}