curl --location --request GET 'https://api.boxlink.com.br/v2/seller//limite-credito' \ --header 'Authorization;' \ --header 'Authorization: Bearer {seu_token_aqui}'
{ "limiteCredito": 10000, "saldoConta": 5894.23 }