{
"userId": "xxx",
"appId": "xxx"
}
curl --location --request POST 'https://core.authing.cn/api/v3/check-session-status' \
--header 'x-authing-userpool-id: xxxx' \
--header 'Authorization: Bearer token' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "xxx",
"appId": "xxx"
}'
{
"statusCode": 0,
"message": "string",
"data": {
"active": true
}
}