curl --location --request POST 'https://online-banking.originalaccounts.com/v2/quotes/' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"bank_account_id": "stringstringstr",
"currency_type": "sender",
"cover_fees": true,
"request_amount": 100,
"network": "base",
"token": "USDC",
"partner_fee_id": {},
"transaction_document_type": "invoice",
"transaction_document_id": {},
"transaction_document_file": "http://example.com"
}'{
"id": "stringstringstr",
"expires_at": 0,
"commercial_quotation": 0,
"quotation": 0,
"receiver_amount": 0,
"sender_amount": 0,
"partner_fee_amount": 0,
"flat_fee": {},
"contract": {},
"receiver_local_amount": {}
}