Authorization: Bearer ********************{
"bin": "string",
"total": 0
}curl --location 'https://test.your-api-server.com/mintedapi/Buy/cardpayment/binQuery' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"bin": "string",
"total": 0
}'{}