{
"tax_id": "string",
"is_enterprise": "string",
"invoice_type": "string",
"invoice_tspz_type": "string",
"account_name": "string",
"bank_name": "string",
"bank_account": "string",
"telephone": "string",
"company_address": "string",
"drawer": "string",
"email": "string",
"goods": [
{
"store_name": "string",
"unit_price": "string",
"num": "string",
"tax_rate": "string"
}
],
"unique": "string",
"remark": "string"
}curl --location --request POST 'https://sms.crmeb.net/api/v2/invoice/invoice_issuance_url' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"tax_id": "string",
"is_enterprise": "string",
"invoice_type": "string",
"invoice_tspz_type": "string",
"account_name": "string",
"bank_name": "string",
"bank_account": "string",
"telephone": "string",
"company_address": "string",
"drawer": "string",
"email": "string",
"goods": [
{
"store_name": "string",
"unit_price": "string",
"num": "string",
"tax_rate": "string"
}
],
"unique": "string",
"remark": "string"
}'{}