Service API Call Failure

My Service API call has recently broken (https://www.wixapis.com/bookings/v1/services). Have gone back to my Postman code that I used in my original testing and it is failing as well.

Is anyone else having this failure currently

This the Reply I’m getting

{
    "message": "",
    "details": {
        "wix-response-context-bin": "Co4BCmUKCVgtU2Vlbi1CeRJYNHhIZEpxbzQ5bitiaVJKRCtwaHZyNllQT1lJNkRQZVFXNW51QVN5OUN5UWE2d0ZIU1ljSGJpTWFXMnpyS1dZelYwQlE3bnZzZjFzQjhtM0ZjS3ZXSXc9PQolChl4LXdpeC1wZXRyaS1jb29raWUtZG9tYWluEggud2l4LmNvbQpnCmUKCVgtU2Vlbi1CeRJYeVBXaVlscU1BMTUxVDVkbmY3L29wQTZmb2FRR2NGWGRadms2dzJoNG4rLzh5V0hiUUVEUzVjazN6Vmg2TTd6M0RGck5BWjJiWkFqdGN0QnJKSVludkE9PQ==",
        "server": "envoy",
        "x-envoy-upstream-service-time": "35",
        "date": "Thu, 26 Oct 2023 04:10:04 GMT",
        "failed-client.options.authority": "com.wixpress.bookings.booking-policies",
        "content-type": "application/grpc",
        "failed-client.method": "wix.bookings.v1.BookingPoliciesService/CreateBookingPolicy",
        "x-seen-by": "yJ36gPXsKzaSFNFbj3IIah76vIRR/QuvXtzS5TltTh0=,AiZM8HfhCZKBHzd+lU4jvpquXxfxwtS9rC5MqM0iJzI=",
        "failed-client.options.deadline": "9.962098089s from now"
    }
}

The call is to https://www.wixapis.com/bookings/v1/services

{
	"service": {
		"info": {
			"name": "Yin Yoga",
			"description": "Yin offers long, meditative yoga holds that release stress and tension from the body and mind, explore subtle energies and reach deep into the connective tissues. Restful and meditative, positions may be held from 3-7 minutes and may be enhanced by supportive props like bolsters, blankets or blocks.",
			"images": null,
			"tagLine": "Yin Yoga"
		},
		"policy": {
			"maxParticipantsPerBooking": 1,
			"bookUpToXMinutesBefore": 120,
			"cancelRescheduleUpToXMinutesBefore": 120,
			"isBookOnlineAllowed": true,
			"isCancelAllowed": true,
			"isRescheduleAllowed": true,
			"futureBookingsPolicy": {
				"shouldLimit": false,
				"limitXMinutesToTheFuture": 0
			},
			"waitingListPolicy": {
				"isEnabled": true,
				"capacity": 1,
				"timeWindowMinutes": 120
			}
		},
		"paymentOptions": {
			"wixPayOnline": true,
			"wixPayInPerson": true,
			"custom": true,
			"wixPaidPlan": false
		},
		"categoryId": "48e4d72e-fe18-4050-8a4b-83cbc808748f",
		"bookingFormId": "00000000-0000-0000-0000-000000000000",
		"scheduleIds": ["c56da180-4120-46f5-90c6-a07672d58587"],
		"customProperties": {
			"prequisites": "All levels of experience welcome\u0026nbsp;",
			"level": "Yin / Chill Flow ",
			"mode": "Yoga Classes",
			"levelDescription": "",
			"sessionType": "Yin",
			"room": ""
		},
		"sortOrder": 0
	},
	"schedule": {
		"id": "c56da180-4120-46f5-90c6-a07672d58587",
		"scheduleOwnerId": "1ca8fb2b-6305-4b48-980f-10fcf3ce482c",
		"firstSessionStart": "2022-10-07T04:00:00Z",
		"lastSessionEnd": "2023-10-07T04:00:00Z",
		"timeZone": "Australia/Sydney",
		"intervals": [{
			"id": "f241f130-b056-4b90-8028-ac0d5d20204f",
			"start": "2022-10-06T13:00:00Z",
			"interval": {
				"daysOfWeek": "FRI",
				"hourOfDay": 15,
				"minuteOfHour": 0,
				"duration": 60
			},
			"frequency": {
				"repetition": 1
			},
			"affectedSchedules": [],
			"intervalType": "AVAILABILITY"
		}],
		"title": "Yin Yoga YOGA CLASSES FRI 15HR 00MIN 60MINS",
		"tags": ["GROUP"],
		"location": {
			"locationType": "OWNER_BUSINESS"
		},
		"capacity": 44,
		"rate": {
			"labeledPriceOptions": {
				"general": {
					"amount": "0",
					"currency": "AUD",
					"downPayAmount": "0"
				}
			},
			"priceText": "Rebate"
		},
		"availability": {
			"start": "0001-01-01T00:00:00Z",
			"end": "0001-01-01T00:00:00Z"
		}
	}
}