curl --location --request POST 'https://api.banconovus.com/api/v2/invoices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "string",
"product_fisical": "string",
"ip_payer": "string",
"total_price_cents": 0,
"postback_url": "string",
"payer": {
"name": "string",
"cpf_cnpj": "string",
"email": "string",
"phone": "string",
"address_zip": "string",
"address_line": "string",
"address_number": "string",
"address_complement": "string",
"address_city": "string",
"address_state": "string"
},
"card": {
"token": "string",
"installment": 0,
"number": "string",
"first_name": "string",
"last_name": "string",
"month": "string",
"year": "string",
"security_code": "string",
"cavv": "string",
"xid": "string",
"eci": "string",
"version": "string",
"referenceid": "string"
},
"items": [
{
"name": "string",
"description": "string",
"quantity": 0,
"unit_price": 0
}
]
}'