CreateAgentSubscriptionDto
agentIdstringrequired
Agent UUID to subscribe.
Example:
550e8400-e29b-41d4-a716-446655440000planIdstringrequired
SubscriptionPlan UUID to subscribe to.
Example:
660e8400-e29b-41d4-a716-446655440222CreateAgentSubscriptionDto
{
"agentId": "550e8400-e29b-41d4-a716-446655440000",
"planId": "660e8400-e29b-41d4-a716-446655440222"
}