Assign agents to projects

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"
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!