dispatchAgent abstract method
Implementation
@POST("rtc/meeting/dispatch/agent")
Future<BaseResponse<AgentDispatchData>> dispatchAgent(
@Header("Authorization") String token,
@Header("x-self-identity") String selfIdentity,
@Body() Map<String, dynamic> body,
);