Authorization: ********************access_token: ********************curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/banks//details/summary?search&date_from&date_to&type&amount_min&amount_max' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"credit": 420000000,
"debit": 360000000,
"balance": 60000000
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}