Get all projects a user has access to
/v2/projects
curl -L \ --url 'https://api.mlfoundry.com/v2/projects' \ --header 'Authorization: Bearer fkey_<key>'
[ { "fid": "proj_abc123456", "name": "text", "created_at": "2024-01-01T00:00:00Z" } ]