{ "card_id": "CARDID", "encrypt_code": "ENCRYPTCODE", "reimburse_status": "INVOICE_REIMBURSE_INIT" }
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/card/invoice/reimburse/updateinvoicestatus?access_token={{accesstoken}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "card_id": "CARDID", "encrypt_code": "ENCRYPTCODE", "reimburse_status": "INVOICE_REIMBURSE_INIT" }'
{ "errcode": 0, "errmsg": "string" }