curl --request POST \
--url https://api.infera.org/register_node_secret \
--header 'Content-Type: application/json' \
--data '
{
"node_id": "<string>",
"secret": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://api.infera.org/register_node_secret \
--header 'Content-Type: application/json' \
--data '
{
"node_id": "<string>",
"secret": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}