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