Authorization: Bearer ********************curl --location '/api/v1/Pos/Get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"posId": 0,
"bankAccountRef": 0,
"terminalNo": "",
"sortBy": "string",
"sortDesc": true,
"take": 10,
"skip": 0
}'