{ "buyer_name": "xxx", "buyer_tax_num": "17", "notify_email": "112@qq.com", "is_cron": 1, "cron_job": "month" }
curl --location --request POST 'https://dev-api-open.wanzhuangkj.com//open/invoice/setInvoiceTitle' \ --header 'Content-Type: application/json' \ --data-raw '{ "buyer_name": "xxx", "buyer_tax_num": "17", "notify_email": "112@qq.com", "is_cron": 1, "cron_job": "month" }'
{ "code": 0, "message": "string", "data": null, "timestamp": 0 }