{
"code": "tuan",
"name": "tuan",
"phone": "0912345670",
"email": "minh2k1357@gmail.com",
"branch": "204",
"roles": [
"root"
],
"offer": "64e6f5e3d767e5f72fb313b8",
"password": "******",
"comfirmPassord": "******",
"comfirmPassword": "******"
}curl --location --request POST '/admin/officer/createOfficer' \
--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 '{
"code": "tuan",
"name": "tuan",
"phone": "0912345670",
"email": "minh2k1357@gmail.com",
"branch": "204",
"roles": [
"root"
],
"offer": "64e6f5e3d767e5f72fb313b8",
"password": "******",
"comfirmPassord": "******",
"comfirmPassword": "******"
}'