{
"account": "string"
}
curl --location --request POST '/openApiDigitalPerson/user/loginOut' \
--header 'authorization: befc26e84241439559e1c90c1855b909' \
--header 'req_from: D' \
--header 'timestamp: 1687945462' \
--header 'app_id: 123456' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string"
}'
{
"code": 0,
"data": {
"token": "string"
},
"requestId": "string",
"resultMsg": "string",
"errorStackTrace": null
}