cURL
curl --request PATCH \ --url https://api.example.com/api/sessions/{sessionId}/items/{itemId}/scores \ --header 'Content-Type: application/json' \ --data ' [ { "name": "<string>", "value": "<unknown>" } ] '
{}
Undescribed
The response is of type object.
object