Get all projects a user has access to
GET /v2/projects HTTP/1.1 Host: api.mlfoundry.com Authorization: Bearer fkey_<key> Accept: */*
Successful Response
[ { "fid": "proj_abc123456", "name": "text", "created_at": "2024-01-01T00:00:00Z" } ]