curl --location --request POST 'https://online-banking.originalaccounts.com/v1/instances//payin-quotes' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockchain_wallet_id": "bw_000000000000",
"currency_type": "sender",
"cover_fees": true,
"request_amount": 1000,
"payment_method": "ach",
"token": "USDC",
"partner_fee_id": "pf_000000000000",
"payer_rules": {
"pix_allowed_tax_ids": [
"string"
]
}
}'{
"id": "qu_000000000000",
"expires_at": 1712958191,
"commercial_quotation": 495,
"quotation": 505,
"receiver_amount": 1010,
"sender_amount": 5240,
"partner_fee_amount": 0,
"flat_fee": 50
}