curl --request POST \
--url https://api.getmaxim.ai/v1/logging \
--header 'Content-Type: application/json' \
--header 'x-maxim-api-key: <api-key>' \
--data '
{
"repoId": "<string>",
"entity": "trace",
"action": "start",
"entityId": "<string>",
"data": {
"name": "<string>",
"sessionId": "<string>",
"tags": {}
}
}
'