Authorization: Bearer ********************
curl --location --request GET '/api/front/extract/bank' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": [
"string"
],
"message": "string"
}