Authorization: Bearer ********************curl --location 'https://retailapiv2.smartlogic.mn/api/sale/banks' \
--header 'Authorization: Bearer <token>'{
"Success": true,
"Message": "string",
"ErrorCode": "string",
"ExceptionType": "string",
"Data": [
{
"id": "string",
"name": "string"
}
]
}