{ "accountNo": "string", "accountStatus": 0, "reason": "string" }
curl --location --request POST 'https://openapi-sandbox.aicapay.com/account-biz/openapi/update/virtual/account/status' \ --header 'timestamp;' \ --header 'nonce;' \ --header 'access-key;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "accountNo": "string", "accountStatus": 0, "reason": "string" }'
{ "status": true }