curl --request GET \
--url https://api.example.com/api/oss-projects/saved{
"projects": [
{
"full_name": "<string>",
"github_id": 123,
"id": "<string>",
"name": "<string>",
"owner": "<string>",
"saved_at": "<string>",
"url": "<string>",
"description": "<string>",
"forks": 0,
"intent": "reference",
"language": "<string>",
"license_name": "<string>",
"note": "<string>",
"stars": 0,
"topics": []
}
],
"total": 0
}curl --request GET \
--url https://api.example.com/api/oss-projects/saved{
"projects": [
{
"full_name": "<string>",
"github_id": 123,
"id": "<string>",
"name": "<string>",
"owner": "<string>",
"saved_at": "<string>",
"url": "<string>",
"description": "<string>",
"forks": 0,
"intent": "reference",
"language": "<string>",
"license_name": "<string>",
"note": "<string>",
"stars": 0,
"topics": []
}
],
"total": 0
}