Authorization: Bearer ********************
{
"client_id": "string",
"store_id": "string",
"user_id": "string"
}
curl --location --request POST '/mp/esSalesOrder/checkSaleQty?clientId=&touristId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"store_id": "string",
"user_id": "string"
}'
{
"code": "string",
"data": [
"string"
],
"message": "string"
}