Authorization: Bearer ********************{
"invoiceHeader": 0,
"purchaserName": "string",
"purchaserTaxNo": "string",
"mail": "string",
"remark": "string",
"orderIds": [
0
]
}curl --location --request POST '/api/front/invoice/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceHeader": 0,
"purchaserName": "string",
"purchaserTaxNo": "string",
"mail": "string",
"remark": "string",
"orderIds": [
0
]
}'{}