curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/card/invoice/reimburse/updatestatusbatch?access_token=' \
--header 'Content-Type: application/json' \
--data '{"openid":"OPENID","reimburse_status":"INVOICE_REIMBURSE_INIT","invoice_list":[{"card_id":"cardid_1","encrypt_code":"encrypt_code_1"},{"card_id":"cardid_2","encrypt_code":"encrypt_code_2"}]}'{
"errcode": 0,
"errmsg": "string"
}