curl --location --request POST '/get_rkey_server' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": "ok",
"retcode": 0,
"data": {
"private_rkey": "string",
"group_rkey": "string",
"expired_time": 0,
"name": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}