{
"code": "9999",
"name": "Mai Đức Duy",
"email": "v.duymd2@vinsmartfuture.tech",
"phone": "0777460408",
"orgStruct": "OPS",
"department": "HOD",
"roles": [
"root"
],
"offer": "64e6f5e3d767e5f72fb313b8",
"password": "******",
"comfirmPassord": "******",
"comfirmPassword": "******"
}curl --location --request POST '/admin/officer/createOfficer' \
--header 'Authorization: Bearer ' \
--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 '{
"code": "9999",
"name": "Mai Đức Duy",
"email": "v.duymd2@vinsmartfuture.tech",
"phone": "0777460408",
"orgStruct": "OPS",
"department": "HOD",
"roles": [
"root"
],
"offer": "64e6f5e3d767e5f72fb313b8",
"password": "******",
"comfirmPassord": "******",
"comfirmPassword": "******"
}'