curl --location --request GET 'https://api.xiaojukeji.com//v1/invoice/reSend' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"error": "string",
"error_detail": "string",
"errtype": 0,
"errmsg": "string"
}