curl --location --request POST '/get_rkey' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": "ok",
"retcode": 0,
"data": [
{
"type": "private",
"rkey": "rkey_123",
"created_at": 1734567890,
"ttl": 3600
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}