{
"limiteCredito": 10000.00
}
curl --location --request PATCH 'https://api.boxlink.com.br/v2/seller//ajustar-limite-credito' \
--header 'Authorization;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"limiteCredito": 10000.00
}'
{}