Create a telemetry data point for long term storage in the telemetry table
cURL
curl --request POST \ --url https://{hostname}.gable.ai/v0/telemetry/ingest \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "data": {}, "type": "SCA_PRIME" }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
SCA_PRIME
GABLE_CLIENT