curl --location -g --request GET 'https:///api/v2/agents//starred' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "string",
"data": {
"user_id": 0,
"agent_name": "string",
"is_starred": true
}
}