{
"type": null,
"invoice_type": null,
"invoice_title": null,
"invoice_vatno": null,
"bank_account": null,
"bank_name": null,
"company_address": null,
"company_phone": null
}
curl --location --request POST 'http://openapi.chem-site.com//pc/customer/editInvoice' \
--header 'authorization: bearerNWJiNDhkNzlmNjg0N2FlMmZiYjliZWM3NGVkNzIyMjNleUpsZUhCcGNtVWlPakUyTmpRMk1EazJORGNzSW1oaGMyZ2lPaUl5ZEhsc1JIQlhkWFpNUVdaWGJVRllJbjA9' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": null,
"invoice_type": null,
"invoice_title": null,
"invoice_vatno": null,
"bank_account": null,
"bank_name": null,
"company_address": null,
"company_phone": null
}'
{
"status": "string",
"code": "string",
"message": "string",
"data": {},
"error": {}
}