Authorization: Bearer ********************curl --location 'https://accountingAPI.smartlogic.mn/api/sale/GetSellerList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": [
{
"Id": "001",
"Name": "Идэрмөнх"
}
]
}