{
"member_id": "string",
"validity_period": 0
}curl --location 'https://chat.jijyun.cn/v1/openapi/member/generate/token?apiKey=undefined' \
--header 'Content-Type: application/json' \
--data '{
"member_id": "string",
"validity_period": 0
}'{
"Code": 2000,
"Msg": "成功",
"Data": {
"token": "aabbccdfkedjsfl",
"token_valid": 7
}
}