[
{
"bills": {},
"referenceInvoice": [
{}
]
}
]curl --location --request POST '/open/customData/invoices/v2/' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"bills": {},
"referenceInvoice": [
{}
]
}
]'{}