POST /v3/reports/grid/saved/{id}/favorites
Mark a saved report as a "favorite" for the user to whom the API key belongs
Security
API_Key
POST
curl -i -X POST \
'https://api.observepoint.com/v3/reports/grid/saved/{id}/favorites' \
-H 'Authorization: YOUR_API_KEY_HERE'