{
"token": "string"
}
curl --location --request POST 'https://aiagent-openapi.sjzn.com/v1/passport/refresh/token' \
--header 'sja-application-code: SzpXTAfS5er2LbAf' \
--header 'sja-version: 1.4.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string"
}'
{
"code": "string",
"data": {
"userInfo": {
"status": "string",
"mobile": "string",
"merchantId": "string",
"applicationCode": "string",
"createdAt": "string",
"updatedAt": "string",
"no": 0,
"name": "string",
"version": "string",
"id": "string"
},
"sessionToken": "string",
"sessionExpire": 0,
"refreshToken": "string",
"expire": 0
}
}