Authorization: Bearer ********************
curl --location --request GET 'https://payments.dubpay2.com.br/api/taxes/credit?value=17000' \ --header 'store-id: ' \ --header 'Authorization: Bearer <token>'
{ "data": [ { "installment": "string", "amount": "string", "totalAmount": "string" } ] }