clientId you can subscribe to topics.curl --location --request POST 'https://api.mithra.network/public/v1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subscriptions": [
"sensor_measurement",
"client_push"
],
"clientId": "someclientid123456789"
}'{
"data": {},
"message": "The request requires valid record authorization token.",
"status": 401
}