Get Agent Profiles
curl -X GET "https://example.com/settings/agent-profiles"{
"agentProfiles": [
{
"id": "string",
"displayName": "string",
"role": "general",
"description": "",
"instructions": "",
"defaultSpaceId": "default",
"sourceApp": "",
"hostAgentId": "",
"tags": [
"string"
]
}
]
}