post https://api.env0.com/agents/projects-assignments
Assign projects to agents, send a request body where each key represents a Project ID and the corresponding value is the Agent Key assigned to that project.
Request Body Example:
{
"projectId1": "agentKey1",
"projectId2": "agentKey2"
}