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