cURL
curl --request POST \ --url https://api.example.com/api/sessions/{sessionId}/items/{itemId}/comments \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>" } '
{}
Undescribed
The response is of type object.
object