{
"amount": 0,
"content": "string",
"invoice_id": 0,
"notes": "string",
"type": 0
}curl --location --request POST 'https://api.gogpu.cn/user/invoice/ApplyInvoicing' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"content": "string",
"invoice_id": 0,
"notes": "string",
"type": 0
}'{
"code": 0,
"data": null,
"msg": "string"
}