Create a recurring time slotAsk AIpost https://rest.api.pactima.com/v1/participant-pool-schedules/{participantPoolScheduleId}/recurring-time-slotsCreate a new recurring time slot for the schedulePath ParamsparticipantPoolScheduleIdstringrequiredID of the participant pool scheduleBody ParamsdayOfWeekintegerrequired0 to 6Day of week (0=Sunday, 1=Monday, ..., 6=Saturday)startTimestringrequiredStart time in HH:MM format (24-hour)endTimestringrequiredEnd time in HH:MM format (24-hour)kindstringenumrequiredWhether this time slot is available for booking or blockedAVAILABLEUNAVAILABLEAllowed:AVAILABLEUNAVAILABLEtimezonestringDefaults to UTCTimezone for this time sloteffectiveFromdateDate when this recurring pattern becomes effectiveeffectiveUntildateDate when this recurring pattern expires (optional)isActivebooleanDefaults to trueWhether this recurring time slot is currently activetruefalseResponse 201Recurring time slot created successfullyUpdated 5 months ago