cURL
curl --request PUT \ --url https://api.example.com/api/sessions/{session_id}/star
{ "starred": true }
Undescribed