curl --request POST \
--url https://bot.code4source.com/api/v2/sessions/{sessionId}/clientLogs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"clientLogs": [
{
"description": "<string>",
"status": "<string>",
"details": "<string>",
"context": "<string>"
}
]
}
'