1. Given a profile, is there an API that returns all of the projects associated with that profile?
something like: api/profile-123?fields=projects or api/profile-123/projects
2. Given a profile and a project, is there an API that adds that profile to the project?
something like: api/profile-123/add-to-project/project-456 or api/project-456/add-profile/profile-123