curl --location --request POST '/nc_get_rkey' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": "ok",
"retcode": 0,
"data": [
{
"key": "rkey_value",
"expired": 1734567890
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}