curl --location 'http://localhost:8085/api/user/password/verify' \
--header 'Content-Type: application/json' \
--data '{
"password": "string"
}'{
"code": 0,
"data": {
"a2_Key": {
"data": [
0
],
"size": 0
},
"auth_key": "string",
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"image_buffer": {
"data": [
0
],
"size": 0
},
"image_encrypt_key": {
"value": "string"
},
"image_sid": {
"value": "string"
},
"ksid": {
"data": [
0
],
"size": 0
},
"ticket": "string",
"wt_login_response_buffer": {
"data": [
0
],
"size": 0
}
},
"message": "string"
}