{ "order_id": 0, "effect_date": "string" }
curl --location --request POST 'https://dapi.visageniusglobal.com/openvisa/order_effect_date_update' \ --header 'X-Date: ' \ --header 'X-Appid: ' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "order_id": 0, "effect_date": "string" }'
{ "ret": "string", "msg": "string", "body": "string" }