{
"bank": {
"bankName": "hanoi",
"phone": "hanoi",
"swiftCode": "988989898921983",
"trustAccountNumber": "23423234",
"trustAccountName": "36223423232",
"operationAccountNumber": "09856",
"operationAccountName": "895654",
"expenseGL": "892556524",
"incomeGL": "985485",
"bankType": "Commercial Banks",
"status": "active",
"code": "250027265367",
"createdAt": "2025-12-02T13:01:05.414Z",
"updatedAt": "2025-12-02T13:01:05.414Z",
"address": null,
"logo": "",
"isDeleted": false,
"isDefault": false,
"createdBy": null,
"updatedBy": null,
"id": "692ee311352097435885930a"
},
"status": "locked"
}curl --location --request POST '/admin/bank/updateStatusBank' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"bank": {
"bankName": "hanoi",
"phone": "hanoi",
"swiftCode": "988989898921983",
"trustAccountNumber": "23423234",
"trustAccountName": "36223423232",
"operationAccountNumber": "09856",
"operationAccountName": "895654",
"expenseGL": "892556524",
"incomeGL": "985485",
"bankType": "Commercial Banks",
"status": "active",
"code": "250027265367",
"createdAt": "2025-12-02T13:01:05.414Z",
"updatedAt": "2025-12-02T13:01:05.414Z",
"address": null,
"logo": "",
"isDeleted": false,
"isDefault": false,
"createdBy": null,
"updatedBy": null,
"id": "692ee311352097435885930a"
},
"status": "locked"
}'