Authorization: Bearer ********************
{
"client_id": "string",
"id": "string",
"user_id": "string"
}
curl --location --request POST '/pos/posSales/findDepositRange?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"id": "string",
"user_id": "string"
}'
{
"code": "string",
"data": {
"max_deposit": 0,
"min_deposit": 0
},
"message": "string"
}