{
	"info": {
		"_postman_id": "d1ce1f84-df0f-46fa-ad76-515244a376a2",
		"name": "amelia api",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "26497846"
	},
	"item": [
		{
			"name": "Categories",
			"item": [
				{
					"name": "add category",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"status\": \"visible\",\n    \"name\": \"Category 3\",\n    \"position\": 1\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/categories",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"categories"
							]
						}
					},
					"response": [
						{
							"name": "add category",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "status",
											"value": "visible",
											"type": "text"
										},
										{
											"key": "name",
											"value": "Category Name 2",
											"type": "text"
										},
										{
											"key": "position",
											"value": "2",
											"type": "text"
										},
										{
											"key": "serviceList",
											"value": "",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{admin_ajax_url}}/categories",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"categories"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:05:12 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "169"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new category.\",\n    \"data\": {\n        \"category\": {\n            \"id\": 5,\n            \"status\": \"visible\",\n            \"name\": \"Category Name 2\",\n            \"serviceList\": [],\n            \"position\": 2,\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "update category",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('category_id', 4);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"status\": \"visible\",\n    \"name\": \"Category 5\",\n    \"position\": 1,\n    \"translations\": \"{\\\"name\\\":{\\\"fr_FR\\\":\\\"catégorie\\\"}}\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/categories/{{category_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"categories",
								"{{category_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update category",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"Category 5\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/categories/{{category_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"categories",
										"{{category_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 25 Aug 2023 13:02:28 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "151"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated bookable category.\",\n    \"data\": {\n        \"category\": {\n            \"id\": 7,\n            \"status\": \"hidden\",\n            \"name\": \"Category 5\",\n            \"serviceList\": [],\n            \"position\": 1,\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "delete category",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('category_id', 7);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/categories/delete/{{category_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"categories",
								"delete",
								"{{category_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete category",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/categories/delete/{{category_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"categories",
										"delete",
										"{{category_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:15:02 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "65"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted bookable category.\",\n    \"data\": null\n}"
						}
					]
				},
				{
					"name": "get categories",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/categories",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"categories"
							]
						}
					},
					"response": [
						{
							"name": "get categories",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/categories",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"categories"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:08:00 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1601"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved categories.\",\n    \"data\": {\n        \"categories\": [\n            {\n                \"id\": 1,\n                \"status\": \"visible\",\n                \"name\": \"Category 2\",\n                \"serviceList\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"amelia service\",\n                        \"description\": \"location address: %location_address%\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 20,\n                        \"deposit\": 14,\n                        \"depositPayment\": \"fixed\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [\n                            {\n                                \"id\": 17,\n                                \"name\": \"extra\",\n                                \"description\": \"\",\n                                \"price\": 0,\n                                \"maxQuantity\": 1,\n                                \"position\": 1,\n                                \"duration\": 600,\n                                \"serviceId\": null,\n                                \"aggregatedPrice\": false,\n                                \"translations\": null\n                            }\n                        ],\n                        \"coupons\": [],\n                        \"position\": 1,\n                        \"settings\": \"{\\\"payments\\\":{\\\"mollie\\\":{\\\"enabled\\\":true},\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.7\\\"}}\",\n                        \"fullPayment\": true,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 10,\n                        \"duration\": 1800,\n                        \"timeBefore\": 1800,\n                        \"timeAfter\": 1800,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"all\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 999,\n                        \"translations\": null,\n                        \"minSelectedExtras\": 1,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"name\": \"free service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 0,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [\n                            {\n                                \"id\": 5,\n                                \"name\": \"extra1\",\n                                \"description\": \"\",\n                                \"price\": 20,\n                                \"maxQuantity\": 1,\n                                \"position\": 1,\n                                \"duration\": null,\n                                \"serviceId\": null,\n                                \"aggregatedPrice\": false,\n                                \"translations\": null\n                            },\n                            {\n                                \"id\": 6,\n                                \"name\": \"extra2\",\n                                \"description\": \"\",\n                                \"price\": 0,\n                                \"maxQuantity\": 3,\n                                \"position\": 2,\n                                \"duration\": 1800,\n                                \"serviceId\": null,\n                                \"aggregatedPrice\": false,\n                                \"translations\": null\n                            }\n                        ],\n                        \"coupons\": [],\n                        \"position\": 2,\n                        \"settings\": \"{\\\"payments\\\":{\\\"payPal\\\":{\\\"enabled\\\":false},\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.6\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 2,\n                        \"duration\": 3600,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":true,\\\"durations\\\":{\\\"7200\\\":{\\\"price\\\":10,\\\"rules\\\":[]}}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 19,\n                        \"name\": \"long service title long service title long service title long service title long service title long service title long service title\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 45,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 4,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 600,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 2,\n                        \"name\": \"milica service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 0,\n                        \"deposit\": 20,\n                        \"depositPayment\": \"fixed\",\n                        \"depositPerPerson\": false,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 5,\n                        \"settings\": \"{\\\"payments\\\":{\\\"onSite\\\":true,\\\"stripe\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"payPal\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.6\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"all\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 999,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":true,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":150,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":200,\\\"rules\\\":[]}}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":null,\\\"period\\\":null,\\\"timeFrame\\\":null,\\\"from\\\":null}\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"milica2 service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 20.45,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 6,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.7\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"all\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 999,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":true,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 7,\n                        \"name\": \"new service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 33.44,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 9,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 5,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"name\": \"new test 51 and 99\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 109.51,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 10,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 10,\n                        \"duration\": 5400,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 13,\n                        \"name\": \"service lite\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 100,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 14,\n                        \"settings\": null,\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 3600,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": null,\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": null\n                    }\n                ],\n                \"position\": 1,\n                \"translations\": null\n            },\n            {\n                \"id\": 4,\n                \"status\": \"visible\",\n                \"name\": \"Category Name 2\",\n                \"serviceList\": [\n                    {\n                        \"id\": 8,\n                        \"name\": \"new api service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 0,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 7,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.6\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 4,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 10,\n                        \"name\": \"new api service 2\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 0,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 8,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.4\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 4,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 16,\n                        \"name\": \"Service api 22\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 0,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [\n                            {\n                                \"id\": 13,\n                                \"name\": \"extra1\",\n                                \"description\": \"\",\n                                \"price\": 100,\n                                \"maxQuantity\": 1,\n                                \"position\": 1,\n                                \"duration\": 1800,\n                                \"serviceId\": null,\n                                \"aggregatedPrice\": false,\n                                \"translations\": null\n                            }\n                        ],\n                        \"coupons\": [],\n                        \"position\": 13,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 4,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 9,\n                        \"name\": \"test service 5\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 200,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [\n                            {\n                                \"id\": 7,\n                                \"name\": \"extra1\",\n                                \"description\": \"\",\n                                \"price\": 0,\n                                \"maxQuantity\": 1,\n                                \"position\": 1,\n                                \"duration\": 1800,\n                                \"serviceId\": null,\n                                \"aggregatedPrice\": false,\n                                \"translations\": null\n                            }\n                        ],\n                        \"coupons\": [],\n                        \"position\": 16,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 4,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    }\n                ],\n                \"position\": 2,\n                \"translations\": null\n            },\n            {\n                \"id\": 2,\n                \"status\": \"visible\",\n                \"name\": \"kategorija2\",\n                \"serviceList\": [\n                    {\n                        \"id\": 15,\n                        \"name\": \"just service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 330,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 3,\n                        \"settings\": \"{\\\"payments\\\":{\\\"payPal\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"stripe\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.6\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 3600,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 2,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":true,\\\"durations\\\":{\\\"1800\\\":{\\\"price\\\":20,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":500,\\\"rules\\\":[]}}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 14,\n                        \"name\": \"rec service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 22,\n                        \"deposit\": 10,\n                        \"depositPayment\": \"fixed\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 11,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                        \"fullPayment\": true,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 3600,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 2,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"all\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 999,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"Service 2\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 45,\n                        \"deposit\": 20,\n                        \"depositPayment\": \"fixed\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 12,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 3600,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 2,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 12,\n                        \"name\": \"Service New Name\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 0,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [\n                            {\n                                \"id\": 11,\n                                \"name\": \"extra1\",\n                                \"description\": \"\",\n                                \"price\": 100,\n                                \"maxQuantity\": 1,\n                                \"position\": 1,\n                                \"duration\": 1800,\n                                \"serviceId\": null,\n                                \"aggregatedPrice\": false,\n                                \"translations\": null\n                            },\n                            {\n                                \"id\": 10,\n                                \"name\": \"extra1\",\n                                \"description\": \"\",\n                                \"price\": 100,\n                                \"maxQuantity\": 1,\n                                \"position\": 1,\n                                \"duration\": 1800,\n                                \"serviceId\": null,\n                                \"aggregatedPrice\": false,\n                                \"translations\": null\n                            }\n                        ],\n                        \"coupons\": [],\n                        \"position\": 15,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.5\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"hidden\",\n                        \"categoryId\": 2,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    }\n                ],\n                \"position\": 3,\n                \"translations\": null\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "get category",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('category_id', 4);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/categories/{{category_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"categories",
								"{{category_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get category",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "http://localhost/amelia/wp-admin/admin-ajax.php?action=wpamelia_api&call=/categories/4",
									"protocol": "http",
									"host": [
										"localhost"
									],
									"path": [
										"amelia",
										"wp-admin",
										"admin-ajax.php"
									],
									"query": [
										{
											"key": "action",
											"value": "wpamelia_api"
										},
										{
											"key": "call",
											"value": "/categories/4"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 09:43:34 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "3570"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved category.\",\n    \"data\": {\n        \"category\": {\n            \"id\": 4,\n            \"status\": \"visible\",\n            \"name\": \"Category Name 2\",\n            \"serviceList\": [\n                {\n                    \"id\": 8,\n                    \"name\": \"new api service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 0,\n                    \"deposit\": 0,\n                    \"depositPayment\": \"disabled\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 5,\n                    \"settings\": null,\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 4,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"new api service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 0,\n                    \"deposit\": 0,\n                    \"depositPayment\": \"disabled\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [\n                        {\n                            \"id\": 8,\n                            \"name\": \"extra1\",\n                            \"description\": \"\",\n                            \"price\": 100,\n                            \"maxQuantity\": 1,\n                            \"position\": 1,\n                            \"duration\": 1800,\n                            \"serviceId\": null,\n                            \"aggregatedPrice\": false,\n                            \"translations\": null\n                        }\n                    ],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 4,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"test service 5\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 200,\n                    \"deposit\": 0,\n                    \"depositPayment\": \"disabled\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [\n                        {\n                            \"id\": 7,\n                            \"name\": \"extra1\",\n                            \"description\": \"\",\n                            \"price\": 0,\n                            \"maxQuantity\": 1,\n                            \"position\": 1,\n                            \"duration\": 1800,\n                            \"serviceId\": null,\n                            \"aggregatedPrice\": false,\n                            \"translations\": null\n                        }\n                    ],\n                    \"coupons\": [],\n                    \"position\": 9,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 4,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                }\n            ],\n            \"position\": 2,\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Payments",
			"item": [
				{
					"name": "add payment",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"customerBookingId\": 901,\n    \"amount\": 10,\n    \"dateTime\": \"2023-09-05 15:00:00\", //the date time when the payment was made or will be made (right now for online payment methods, booking date for on-site payments)\n    \"status\": \"paid\", // 'paid', 'pending', 'partiallyPaid', 'refunded'\n    \"gateway\": \"stripe\", // 'onSite', 'payPal', 'stripe', 'wc', 'mollie', 'razorpay'\n    \"gatewayTitle\": null, // used with woocommerce (stripe, cash on delivery, bank transfer...)\n    \"data\": null, \n    \"packageCustomerId\": null,\n    \"entity\": \"appointment\", // appointment, event, package\n    \"actionsCompleted\": 1, //whether post-booking actions were completed\n    \"wcOrderId\": null,\n    \"transactionId\": null // used for refund option, transaction id of payments other than woocommerce\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/payments",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"payments"
							]
						}
					},
					"response": [
						{
							"name": "add payment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"customerBookingId\": 268,\n    \"amount\": 10,\n    \"dateTime\": \"2023-05-05 15:00:00\",\n    \"status\": \"paid\",\n    \"gateway\": \"stripe\",\n    \"data\": {},\n    \"packageCustomerId\": null,\n    \"entity\": \"appointment\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/payments",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 11:18:31 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "397"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"New payment successfully created.\",\n    \"data\": {\n        \"payment\": {\n            \"id\": null,\n            \"customerBookingId\": 268,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 10,\n            \"gateway\": \"stripe\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-05 15:00:00\",\n            \"status\": \"paid\",\n            \"data\": \"[]\",\n            \"entity\": \"appointment\",\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "update payment",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('payment_id', 919);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"customerBookingId\": 901,\n    \"amount\": 10,\n    \"dateTime\": \"2023-09-05 15:00:00\", //the date time when the payment was made or will be made (right now for online payment methods, booking date for on-site payments)\n    \"status\": \"paid\", // 'paid', 'pending', 'partiallyPaid', 'refunded'\n    \"gateway\": \"stripe\", // 'onSite', 'payPal', 'stripe', 'wc', 'mollie', 'razorpay'\n    \"gatewayTitle\": null, // used with woocommerce (stripe, cash on delivery, bank transfer...)\n    \"data\": null, \n    \"packageCustomerId\": null,\n    \"entity\": \"appointment\", // appointment, event, package\n    \"actionsCompleted\": 1, //whether post-booking actions were completed\n    \"wcOrderId\": null,\n    \"transactionId\": null // used for refund option, transaction id of payments other than woocommerce\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/payments/{{payment_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"payments",
								"{{payment_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update payment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"customerBookingId\": 268,\n    \"amount\": 15,\n    \"dateTime\": \"2023-05-05 15:00:00\",\n    \"status\": \"paid\",\n    \"gateway\": \"stripe\",\n    \"gatewayTitle\": null,\n    \"data\": null,\n    \"packageCustomerId\": null,\n    \"entity\": \"appointment\",\n    \"actionsCompleted\": 1,\n    \"wcOrderId\": null,\n    \"transactionId\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/payments/{{payment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"{{payment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 11:26:11 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "382"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Payment successfully updated.\",\n    \"data\": {\n        \"payment\": {\n            \"id\": null,\n            \"customerBookingId\": 268,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 15,\n            \"gateway\": \"stripe\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-05 15:00:00\",\n            \"status\": \"paid\",\n            \"data\": \"\",\n            \"entity\": null,\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "delete payment",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('payment_id', 919);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/payments/delete/{{payment_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"payments",
								"delete",
								"{{payment_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete payment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/payments/delete/{{payment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"delete",
										"{{payment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 11:28:29 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "407"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Payment successfully deleted.\",\n    \"data\": {\n        \"payment\": {\n            \"id\": 313,\n            \"customerBookingId\": 268,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 15,\n            \"gateway\": \"stripe\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-05 13:00:00\",\n            \"status\": \"paid\",\n            \"data\": \"\",\n            \"entity\": \"appointment\",\n            \"created\": \"2023-05-05 11:22:49\",\n            \"actionsCompleted\": true,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "get payments",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/payments&page=1&dates=2023-12-26,2023-12-27",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"payments&page=1&dates=2023-12-26,2023-12-27"
							]
						}
					},
					"response": [
						{
							"name": "get payments",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/payments&page=1&dates=2023-05-05,2023-05-06",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments&page=1&dates=2023-05-05,2023-05-06"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 11:30:15 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "4540"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved payments.\",\n    \"data\": {\n        \"payments\": [\n            {\n                \"id\": 234,\n                \"dateTime\": \"2023-05-05 11:00:00\",\n                \"bookingStart\": \"2023-05-05 11:00:00\",\n                \"status\": \"pending\",\n                \"wcOrderId\": null,\n                \"gateway\": \"onSite\",\n                \"gatewayTitle\": \"\",\n                \"name\": \"free service\",\n                \"customerBookingId\": 196,\n                \"packageCustomerId\": null,\n                \"amount\": 0,\n                \"providers\": [\n                    {\n                        \"id\": 3,\n                        \"fullName\": \"Milica2 Employee2\",\n                        \"email\": \"milicaemployee2@test.test\"\n                    }\n                ],\n                \"customerId\": 11,\n                \"serviceId\": 6,\n                \"appointmentId\": 128,\n                \"packageId\": null,\n                \"bookedPrice\": 10,\n                \"bookableName\": \"free service\",\n                \"customerFirstName\": \"Amelia\",\n                \"customerLastName\": \"Test\",\n                \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                \"customerEmail\": \"amelia@test.test\",\n                \"coupon\": null,\n                \"persons\": 1,\n                \"aggregatedPrice\": 1,\n                \"bookingExtrasSum\": 0,\n                \"secondaryPayments\": []\n            },\n            {\n                \"id\": 260,\n                \"dateTime\": \"2023-05-05 11:00:00\",\n                \"bookingStart\": \"2023-05-05 11:00:00\",\n                \"status\": \"pending\",\n                \"wcOrderId\": null,\n                \"gateway\": \"onSite\",\n                \"gatewayTitle\": \"\",\n                \"name\": \"milica service\",\n                \"customerBookingId\": 219,\n                \"packageCustomerId\": null,\n                \"amount\": 0,\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"fullName\": \"Milica Employee\",\n                        \"email\": \"kpop.lover.10000@gmail.com\"\n                    }\n                ],\n                \"customerId\": 17,\n                \"serviceId\": 2,\n                \"appointmentId\": 144,\n                \"packageId\": null,\n                \"bookedPrice\": 100,\n                \"bookableName\": \"milica service\",\n                \"customerFirstName\": \"Avatar\",\n                \"customerLastName\": \"Last Airbender\",\n                \"info\": null,\n                \"customerEmail\": \"suraj@atla.aang\",\n                \"coupon\": null,\n                \"persons\": 1,\n                \"aggregatedPrice\": 1,\n                \"bookingExtrasSum\": 0,\n                \"secondaryPayments\": []\n            },\n            {\n                \"id\": 261,\n                \"dateTime\": \"2023-05-05 11:00:00\",\n                \"bookingStart\": \"2023-05-05 11:00:00\",\n                \"status\": \"pending\",\n                \"wcOrderId\": null,\n                \"gateway\": \"onSite\",\n                \"gatewayTitle\": \"\",\n                \"name\": \"milica service\",\n                \"customerBookingId\": 220,\n                \"packageCustomerId\": null,\n                \"amount\": 0,\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"fullName\": \"Milica Employee\",\n                        \"email\": \"kpop.lover.10000@gmail.com\"\n                    }\n                ],\n                \"customerId\": 8,\n                \"serviceId\": 2,\n                \"appointmentId\": 144,\n                \"packageId\": null,\n                \"bookedPrice\": 100,\n                \"bookableName\": \"milica service\",\n                \"customerFirstName\": \"Kim\",\n                \"customerLastName\": \"KibBum\",\n                \"info\": null,\n                \"customerEmail\": \"key@test.test\",\n                \"coupon\": null,\n                \"persons\": 1,\n                \"aggregatedPrice\": 1,\n                \"bookingExtrasSum\": 0,\n                \"secondaryPayments\": []\n            },\n            {\n                \"id\": 257,\n                \"dateTime\": \"2023-05-05 12:00:00\",\n                \"bookingStart\": \"2023-05-05 12:00:00\",\n                \"status\": \"pending\",\n                \"wcOrderId\": null,\n                \"gateway\": \"onSite\",\n                \"gatewayTitle\": \"\",\n                \"name\": \"new service\",\n                \"customerBookingId\": 216,\n                \"packageCustomerId\": null,\n                \"amount\": 0,\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"fullName\": \"Milica Employee\",\n                        \"email\": \"kpop.lover.10000@gmail.com\"\n                    }\n                ],\n                \"customerId\": 5,\n                \"serviceId\": 7,\n                \"appointmentId\": 142,\n                \"packageId\": null,\n                \"bookedPrice\": 33.44,\n                \"bookableName\": \"new service\",\n                \"customerFirstName\": \"Milica\",\n                \"customerLastName\": \"Test\",\n                \"info\": null,\n                \"customerEmail\": \"new_customer@test.test\",\n                \"coupon\": null,\n                \"persons\": 3,\n                \"aggregatedPrice\": 1,\n                \"bookingExtrasSum\": 0,\n                \"secondaryPayments\": []\n            },\n            {\n                \"id\": 258,\n                \"dateTime\": \"2023-05-05 12:00:00\",\n                \"bookingStart\": \"2023-05-05 12:00:00\",\n                \"status\": \"pending\",\n                \"wcOrderId\": null,\n                \"gateway\": \"onSite\",\n                \"gatewayTitle\": \"\",\n                \"name\": \"new service\",\n                \"customerBookingId\": 217,\n                \"packageCustomerId\": null,\n                \"amount\": 0,\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"fullName\": \"Milica Employee\",\n                        \"email\": \"kpop.lover.10000@gmail.com\"\n                    }\n                ],\n                \"customerId\": 8,\n                \"serviceId\": 7,\n                \"appointmentId\": 142,\n                \"packageId\": null,\n                \"bookedPrice\": 33.44,\n                \"bookableName\": \"new service\",\n                \"customerFirstName\": \"Kim\",\n                \"customerLastName\": \"KibBum\",\n                \"info\": null,\n                \"customerEmail\": \"key@test.test\",\n                \"coupon\": null,\n                \"persons\": 2,\n                \"aggregatedPrice\": 1,\n                \"bookingExtrasSum\": 0,\n                \"secondaryPayments\": []\n            },\n            {\n                \"id\": 312,\n                \"dateTime\": \"2023-05-05 15:00:00\",\n                \"bookingStart\": \"2023-05-23 09:00:00\",\n                \"status\": \"paid\",\n                \"wcOrderId\": null,\n                \"gateway\": \"onSite\",\n                \"gatewayTitle\": \"\",\n                \"name\": \"amelia service\",\n                \"customerBookingId\": 268,\n                \"packageCustomerId\": null,\n                \"amount\": 10,\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"fullName\": \"Milica Employee\",\n                        \"email\": \"kpop.lover.10000@gmail.com\"\n                    }\n                ],\n                \"customerId\": 2,\n                \"serviceId\": 1,\n                \"appointmentId\": 181,\n                \"packageId\": null,\n                \"bookedPrice\": 20,\n                \"bookableName\": \"amelia service\",\n                \"customerFirstName\": \"Milica\",\n                \"customerLastName\": \"Snake\",\n                \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                \"customerEmail\": \"snakemilica@yahoo.com\",\n                \"coupon\": null,\n                \"persons\": 1,\n                \"aggregatedPrice\": 1,\n                \"bookingExtrasSum\": 0,\n                \"secondaryPayments\": [\n                    {\n                        \"id\": 309,\n                        \"customerBookingId\": 268,\n                        \"packageCustomerId\": null,\n                        \"parentId\": null,\n                        \"amount\": 5,\n                        \"gateway\": \"square\",\n                        \"gatewayTitle\": \"\",\n                        \"dateTime\": \"2023-05-04 17:32:38\",\n                        \"status\": \"partiallyPaid\",\n                        \"data\": \"\",\n                        \"entity\": \"appointment\",\n                        \"created\": \"2023-05-04 15:32:38\",\n                        \"actionsCompleted\": null,\n                        \"wcOrderId\": null,\n                        \"wcOrderUrl\": null,\n                        \"wcItemCouponValue\": null,\n                        \"wcItemTaxValue\": null\n                    }\n                ]\n            }\n        ],\n        \"filteredCount\": 6,\n        \"totalCount\": 265\n    }\n}"
						}
					]
				},
				{
					"name": "get payment",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('payment_id', 312);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/payments/{{payment_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"payments",
								"{{payment_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get payment",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/payments/{{payment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"{{payment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 11:32:09 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "409"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved payment.\",\n    \"data\": {\n        \"payment\": {\n            \"id\": 312,\n            \"customerBookingId\": 268,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 10,\n            \"gateway\": \"onSite\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-05 13:00:00\",\n            \"status\": \"paid\",\n            \"data\": \"\",\n            \"entity\": \"appointment\",\n            \"created\": \"2023-05-05 11:18:32\",\n            \"actionsCompleted\": null,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "get transaction amount",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('payment_id', 922); //retreive amount of transaction from the payment gateway panel"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/payments/transaction/{{payment_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"payments",
								"transaction",
								"{{payment_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get transaction amount",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/payments/transaction/{{payment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"transaction",
										"{{payment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:13:48 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "305"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Retrieved transaction successfully.\",\n    \"data\": {\n        \"payment\": {\n            \"id\": 922,\n            \"customerBookingId\": null,\n            \"packageCustomerId\": 70,\n            \"parentId\": null,\n            \"amount\": 180,\n            \"gateway\": \"payPal\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-08-25 11:11:39\",\n            \"status\": \"\",\n            \"data\": \"\",\n            \"entity\": \"package\",\n            \"created\": \"2023-08-25 10:44:23\",\n            \"actionsCompleted\": true,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null,\n            \"transactionId\": \"PAYID-MTUIYNY0554346892188321F\"\n        },\n        \"transactionAmount\": \"180.00\"\n    }\n}"
						}
					]
				},
				{
					"name": "refund payment",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('payment_id', 922);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/payments/refund/{{payment_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"payments",
								"refund",
								"{{payment_id}}"
							]
						}
					},
					"response": [
						{
							"name": "refund payment failed",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/payments/refund/{{payment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"refund",
										"{{payment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:14:57 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "322"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Refund refused. Refund was already issued for transaction.\",\n    \"data\": {\n        \"payment\": {\n            \"id\": 922,\n            \"customerBookingId\": null,\n            \"packageCustomerId\": 70,\n            \"parentId\": null,\n            \"amount\": 180,\n            \"gateway\": \"payPal\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-08-25 11:11:39\",\n            \"status\": \"\",\n            \"data\": \"\",\n            \"entity\": \"package\",\n            \"created\": \"2023-08-25 10:44:23\",\n            \"actionsCompleted\": true,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null,\n            \"transactionId\": \"PAYID-MTUIYNY0554346892188321F\"\n        },\n        \"response\": {\n            \"error\": \"Refund refused. Refund was already issued for transaction.\"\n        }\n    }\n}"
						},
						{
							"name": "refund payment success",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/payments/refund/{{payment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"refund",
										"{{payment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:18:49 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "304"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Payment successfully refunded.\",\n    \"data\": {\n        \"payment\": {\n            \"id\": 1024,\n            \"customerBookingId\": 1003,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 14,\n            \"gateway\": \"razorpay\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-10-05 09:26:05\",\n            \"status\": \"partiallyPaid\",\n            \"data\": \"\",\n            \"entity\": \"appointment\",\n            \"created\": \"2023-10-05 09:26:05\",\n            \"actionsCompleted\": true,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null,\n            \"transactionId\": \"pay_MkTX2ZfizMxkXy\"\n        },\n        \"response\": {\n            \"error\": false\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "get payment amount",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"type\": \"appointment\",\n    \"bookings\": [\n        {\n            \"extras\": [\n                {\n                    \"extraId\": 4,\n                    \"quantity\": 1\n                }\n            ],\n            \"deposit\": true,\n            \"persons\": 2,\n            \"duration\": 1800\n        }\n    ],\n    \"bookingStart\": \"2023-09-06 19:00\",\n    \"locationId\": 2,\n    \"providerId\": 1,\n    \"serviceId\": 1,\n    \"recurring\": [],\n    \"couponCode\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/payments/amount",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"payments",
								"amount"
							]
						}
					},
					"response": [
						{
							"name": "get payment amount appointment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"appointment\",\n    \"bookings\": [\n        {\n            \"extras\": [\n                {\n                    \"extraId\": 4,\n                    \"quantity\": 1\n                }\n            ],\n            \"deposit\": true,\n            \"persons\": 2,\n            \"duration\": 1800\n        }\n    ],\n    \"bookingStart\": \"2023-09-06 19:00\",\n    \"locationId\": 2,\n    \"providerId\": 1,\n    \"serviceId\": 1,\n    \"recurring\": [],\n    \"couponCode\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/payments/amount",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"amount"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 25 Aug 2023 09:15:41 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "54"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": null,\n    \"data\": {\n        \"amount\": 28,\n        \"currency\": \"USD\"\n    }\n}"
						},
						{
							"name": "get payment amount event",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"event\",\n    \"bookings\": [\n        {\n            \"deposit\": true,\n            \"persons\": 2\n        }\n    ],\n    \"eventId\": 80,\n    \"couponCode\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/payments/amount",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"amount"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 25 Aug 2023 09:35:52 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "55"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": null,\n    \"data\": {\n        \"amount\": 220,\n        \"currency\": \"USD\"\n    }\n}"
						},
						{
							"name": "get payment amount package",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"package\",\n    \"packageId\": 1,\n    \"couponCode\": \"kupon\",\n    \"deposit\": true\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/payments/amount",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"amount"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 25 Aug 2023 09:42:09 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "56"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": null,\n    \"data\": {\n        \"amount\": 32.4,\n        \"currency\": \"USD\"\n    }\n}"
						}
					]
				},
				{
					"name": "create payment link",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"data\": {\n        \"type\": \"appointment\",\n        \"bookingId\": 901\n    },\n    \"paymentMethod\": \"payPal\",\n    \"redirectUrl\": null // customer panel url by default\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/payments/link",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"payments",
								"link"
							]
						}
					},
					"response": [
						{
							"name": "create payment link appointment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": {\n        \"type\": \"appointment\",\n        \"bookingId\": 901\n    },\n    \"paymentMethod\": \"payPal\",\n    \"redirectUrl\": null // customer panel url by default\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/payments/link",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"link"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 25 Aug 2023 10:26:02 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "169"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": null,\n    \"data\": {\n        \"paymentLink\": \"https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-3D332917B6694771R&useraction=commit\",\n        \"error\": null\n    }\n}"
						},
						{
							"name": "create payment link event",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": {\n        \"type\": \"event\",\n        \"bookingId\": 898\n    },\n    \"paymentMethod\": \"payPal\",\n    \"redirectUrl\": null // customer panel url by default\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/payments/link",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"link"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 25 Aug 2023 10:41:26 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "169"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": null,\n    \"data\": {\n        \"paymentLink\": \"https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-1G893943V96986600&useraction=commit\",\n        \"error\": null\n    }\n}"
						},
						{
							"name": "create payment link package",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"data\": {\n        \"type\": \"package\",\n        \"packageCustomerId\": 70\n    },\n    \"paymentMethod\": \"payPal\",\n    \"redirectUrl\": null // customer panel url by default\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/payments/link",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"payments",
										"link"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 25 Aug 2023 11:10:38 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "170"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": null,\n    \"data\": {\n        \"paymentLink\": \"https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-3XF43425HX3549151&useraction=commit\",\n        \"error\": null\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Appointments",
			"item": [
				{
					"name": "get appointment",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('appointment_id', 1)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/appointments/{{appointment_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"appointments",
								"{{appointment_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get appointment",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/appointments/{{appointment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"appointments",
										"{{appointment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:17:16 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1380"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved appointment\",\n    \"data\": {\n        \"appointment\": {\n            \"id\": 1,\n            \"bookings\": [\n                {\n                    \"id\": 1,\n                    \"customerId\": 2,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": null,\n                    \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":\\\"+381631652656\\\",\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 1,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 1,\n                            \"customerBookingId\": 1,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 20,\n                            \"gateway\": \"stripe\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-03-13 13:52:49\",\n                            \"status\": \"paid\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"approved\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 1,\n            \"locationId\": null,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-03-21 10:00:00\",\n            \"bookingEnd\": \"2023-03-21 10:30:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"resources\": []\n        },\n        \"recurring\": []\n    }\n}"
						}
					]
				},
				{
					"name": "add appointment",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"bookingStart\": \"2024-06-20 09:00\",\n    \"bookings\": [\n        {\n            //\"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n            \"customerId\": 10,\n            \"duration\": 3000,\n            \"extras\": [],\n            \"packageCustomerId\": null,\n            \"persons\": 1,\n            \"status\": \"approved\"\n        }\n    ],\n    \"internalNotes\": \"\",\n    \"lessonSpace\": \"\",\n    \"locationId\": 1,\n    \"notifyParticipants\": 1,\n    \"providerId\": 48,\n    \"recurring\": [],\n    \"serviceId\": 6,\n    \"timeZone\": \"Europe/Belgrade\", //optional\n    \"utc\": false //optional, is sent date_time in UTC\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/appointments",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"appointments"
							]
						}
					},
					"response": [
						{
							"name": "add appointment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"bookingStart\": \"2023-05-11 10:00\",\n    \"bookings\": [\n        {\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n            \"customer\": {\n                \"id\": 10,\n                \"status\": \"visible\",\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"email\": \"ameliatest@test.test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"\",\n                \"gender\": \"\",\n                \"externalId\": 8,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"birthday\": \"\",\n                \"note\": \"\",\n                \"lastAppointment\": \"2023-05-03 15:00:00\",\n                \"totalAppointments\": 10,\n                \"countPendingAppointments\": \"0\",\n                \"wpName\": \"ameliatesttest-test\",\n                \"wpUserPhotoUrl\": \"http://0.gravatar.com/avatar/6badf27972c65effc8ae7aefca4ff870?s=96&d=mm&r=g\"\n            },\n            \"customerId\": 10,\n            \"duration\": 1800,\n            \"extras\": [],\n            \"id\": 0,\n            \"packageCustomerId\": null,\n            \"payments\": [],\n            \"persons\": 1,\n            \"status\": \"approved\"\n        }\n    ],\n    \"id\": 0,\n    \"internalNotes\": \"\",\n    \"lessonSpace\": \"\",\n    \"locationId\": 1,\n    \"notifyParticipants\": 1,\n    \"payment\": {\n        \"amount\": 0,\n        \"gateway\": \"onSite\"\n    },\n    \"providerId\": 1,\n    \"recurring\": [],\n    \"removedBookings\": [],\n    \"serviceId\": 1,\n    \"utc\": false\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/appointments",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"appointments"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:38:08 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1634"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new appointment\",\n    \"data\": {\n        \"appointment\": {\n            \"id\": 173,\n            \"bookings\": [\n                {\n                    \"id\": 254,\n                    \"customerId\": 10,\n                    \"customer\": {\n                        \"id\": 10,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"ameliatest@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": \"visible\",\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": 8,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": null,\n                    \"appointmentId\": 173,\n                    \"persons\": 1,\n                    \"token\": \"070b697df9\",\n                    \"payments\": [\n                        {\n                            \"id\": 295,\n                            \"customerBookingId\": 254,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-11 10:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"appointment\",\n                            \"created\": null,\n                            \"actionsCompleted\": true,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": true,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": null,\n                    \"actionsCompleted\": true\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"approved\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 1,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-05-11 10:00:00\",\n            \"bookingEnd\": \"2023-05-11 10:30:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"resources\": []\n        },\n        \"recurring\": []\n    }\n}"
						}
					]
				},
				{
					"name": "update appointment",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('appointment_id', 682)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "//send only fields that should be changed, unless bookings are changed\n//for now you must send array of all bookings with all fields, if bookings should be updated\n//use /api/v1/appointments/status/{id} endpoint for updating appointment status\n{\n    \"bookingStart\": \"2023-09-05 10:00:00\",\n    \"bookings\": [\n        {\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n            \"customerId\": 10,\n            \"duration\": 1800,\n            \"extras\": [],\n            \"packageCustomerId\": null,\n            \"persons\": 1,\n            \"status\": \"approved\"\n        }\n    ],\n    \"internalNotes\": \"\",\n    \"lessonSpace\": \"\",\n    \"locationId\": 1,\n    \"notifyParticipants\": 1,\n    \"providerId\": 3,\n    \"recurring\": [],\n    \"serviceId\": 1,\n    \"timeZone\": \"Europe/Belgrade\", //optional\n    \"utc\": false //optional, is date_time sent in UTC\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/appointments/{{appointment_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"appointments",
								"{{appointment_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update appointment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"bookingStart\": \"2023-05-20 10:00\",\n    \"bookings\": [\n        {\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n            \"customer\": {\n                \"id\": 10,\n                \"status\": \"visible\",\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"email\": \"ameliatest@test.test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"\",\n                \"gender\": \"\",\n                \"externalId\": 8,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"birthday\": \"\",\n                \"note\": \"\",\n                \"lastAppointment\": \"2023-05-03 15:00:00\",\n                \"totalAppointments\": 10,\n                \"countPendingAppointments\": \"0\",\n                \"wpName\": \"ameliatesttest-test\",\n                \"wpUserPhotoUrl\": \"http://0.gravatar.com/avatar/6badf27972c65effc8ae7aefca4ff870?s=96&d=mm&r=g\"\n            },\n            \"customerId\": 10,\n            \"duration\": 1800,\n            \"extras\": [],\n            \"id\": 254,\n            \"packageCustomerId\": null,\n            \"payments\": [],\n            \"persons\": 1,\n            \"status\": \"approved\"\n        }\n    ],\n    \"id\": 173,\n    \"internalNotes\": \"\",\n    \"lessonSpace\": \"\",\n    \"locationId\": 1,\n    \"notifyParticipants\": 1,\n    \"payment\": {\n        \"amount\": 0,\n        \"gateway\": \"onSite\"\n    },\n    \"providerId\": 1,\n    \"recurring\": [],\n    \"removedBookings\": [],\n    \"serviceId\": 1,\n    \"utc\": false\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/appointments/{{appointment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"appointments",
										"{{appointment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:42:53 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1746"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated appointment\",\n    \"data\": {\n        \"appointment\": {\n            \"id\": 173,\n            \"bookings\": [\n                {\n                    \"id\": 254,\n                    \"customerId\": 10,\n                    \"customer\": {\n                        \"id\": 10,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"ameliatest@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": \"visible\",\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": 8,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": null,\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": null,\n                    \"isChangedStatus\": false,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"approved\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 1,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABmKTp1wAAAA=\",\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-05-20 10:00:00\",\n            \"bookingEnd\": \"2023-05-20 10:30:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": true,\n            \"resources\": []\n        },\n        \"appointmentStatusChanged\": false,\n        \"appointmentRescheduled\": true,\n        \"initialAppointmentDateTime\": {\n            \"bookingStart\": \"2023-05-11 10:00:00\",\n            \"bookingEnd\": \"2023-05-11 10:30:00\"\n        },\n        \"bookingsWithChangedStatus\": [],\n        \"appointmentEmployeeChanged\": null,\n        \"appointmentZoomUserChanged\": false,\n        \"appointmentZoomUsersLicenced\": false,\n        \"lessonSpaceChanged\": false\n    }\n}"
						},
						{
							"name": "update appointment partially",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"bookingStart\": \"2023-09-05 10:00:00\",\n    \"locationId\": 1,\n    \"providerId\": 3\n    //send fields that should be changed, unless bookings are changed\n    //for now you must send array of all bookings with all fields, if bookings should be updated\n    //use /api/v1/appointments/status/{id} endpoint for updateing appointment status\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/appointments/{{appointment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"appointments",
										"{{appointment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:21:16 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "796"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated appointment\",\n    \"data\": {\n        \"appointment\": {\n            \"id\": 682,\n            \"bookings\": [\n                {\n                    \"id\": 901,\n                    \"customerId\": 10,\n                    \"customer\": null,\n                    \"status\": \"pending\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 25,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": null,\n                    \"appointmentId\": 682,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 951,\n                            \"customerBookingId\": 901,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 10.55,\n                            \"gateway\": \"stripe\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-09-05 15:00:00\",\n                            \"status\": \"paid\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null,\n                            \"transactionId\": null\n                        },\n                        {\n                            \"id\": 918,\n                            \"customerBookingId\": 901,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 10,\n                            \"gateway\": \"stripe\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-09-05 15:00:00\",\n                            \"status\": \"paid\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null,\n                            \"transactionId\": null\n                        },\n                        {\n                            \"id\": 917,\n                            \"customerBookingId\": 901,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 13,\n                            \"gateway\": \"payPal\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-08-25 12:30:50\",\n                            \"status\": \"refunded\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null,\n                            \"transactionId\": \"PAYID-MTUIFFI1Y628646J56263609\"\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": false,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": \"2023-08-24 18:59:19\",\n                    \"actionsCompleted\": null,\n                    \"isUpdated\": false\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"pending\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 3,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-09-05 10:00:00\",\n            \"bookingEnd\": \"2023-09-05 10:30:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"isFull\": null,\n            \"resources\": []\n        },\n        \"appointmentStatusChanged\": false,\n        \"appointmentRescheduled\": false,\n        \"initialAppointmentDateTime\": {\n            \"bookingStart\": \"2023-09-05 10:00:00\",\n            \"bookingEnd\": \"2023-09-05 10:30:00\"\n        },\n        \"bookingsWithChangedStatus\": [],\n        \"appointmentEmployeeChanged\": null,\n        \"appointmentZoomUserChanged\": false,\n        \"bookingAdded\": false,\n        \"appointmentZoomUsersLicenced\": false,\n        \"createPaymentLinks\": null\n    }\n}"
						},
						{
							"name": "update appointment notes",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"internalNotes\": \"\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/appointments/429",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"appointments",
										"429"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:21:16 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "796"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated appointment\",\n    \"data\": {\n        \"appointment\": {\n            \"id\": 682,\n            \"bookings\": [\n                {\n                    \"id\": 901,\n                    \"customerId\": 10,\n                    \"customer\": null,\n                    \"status\": \"pending\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 25,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": null,\n                    \"appointmentId\": 682,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 951,\n                            \"customerBookingId\": 901,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 10.55,\n                            \"gateway\": \"stripe\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-09-05 15:00:00\",\n                            \"status\": \"paid\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null,\n                            \"transactionId\": null\n                        },\n                        {\n                            \"id\": 918,\n                            \"customerBookingId\": 901,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 10,\n                            \"gateway\": \"stripe\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-09-05 15:00:00\",\n                            \"status\": \"paid\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null,\n                            \"transactionId\": null\n                        },\n                        {\n                            \"id\": 917,\n                            \"customerBookingId\": 901,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 13,\n                            \"gateway\": \"payPal\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-08-25 12:30:50\",\n                            \"status\": \"refunded\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null,\n                            \"transactionId\": \"PAYID-MTUIFFI1Y628646J56263609\"\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": false,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": \"2023-08-24 18:59:19\",\n                    \"actionsCompleted\": null,\n                    \"isUpdated\": false\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"pending\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 3,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-09-05 10:00:00\",\n            \"bookingEnd\": \"2023-09-05 10:30:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"isFull\": null,\n            \"resources\": []\n        },\n        \"appointmentStatusChanged\": false,\n        \"appointmentRescheduled\": false,\n        \"initialAppointmentDateTime\": {\n            \"bookingStart\": \"2023-09-05 10:00:00\",\n            \"bookingEnd\": \"2023-09-05 10:30:00\"\n        },\n        \"bookingsWithChangedStatus\": [],\n        \"appointmentEmployeeChanged\": null,\n        \"appointmentZoomUserChanged\": false,\n        \"bookingAdded\": false,\n        \"appointmentZoomUsersLicenced\": false,\n        \"createPaymentLinks\": null\n    }\n}"
						}
					]
				},
				{
					"name": "update appointment status",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('appointment_id', 682)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n   \"status\": \"pending\", //approved, pending, canceled, rejected, no-show\n   \"packageCustomerId\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/appointments/status/{{appointment_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"appointments",
								"status",
								"{{appointment_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update appointment status",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n   \"status\": \"pending\",\n   \"packageCustomerId\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/appointments/status/{{appointment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"appointments",
										"status",
										"{{appointment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:46:45 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "2322"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated appointment status\",\n    \"data\": {\n        \"appointment\": {\n            \"id\": 173,\n            \"bookings\": [\n                {\n                    \"id\": 254,\n                    \"customerId\": 10,\n                    \"customer\": null,\n                    \"status\": \"pending\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": null,\n                    \"appointmentId\": 173,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 295,\n                            \"customerBookingId\": 254,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-11 10:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": true,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"pending\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 1,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABmKTp1wAAAA=\",\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-05-20 10:00:00\",\n            \"bookingEnd\": \"2023-05-20 10:30:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"resources\": []\n        },\n        \"bookingsWithChangedStatus\": [\n            {\n                \"id\": 254,\n                \"customerId\": 10,\n                \"customer\": null,\n                \"status\": \"pending\",\n                \"extras\": [],\n                \"couponId\": null,\n                \"price\": 20,\n                \"coupon\": null,\n                \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                \"info\": null,\n                \"appointmentId\": 173,\n                \"persons\": 1,\n                \"token\": null,\n                \"payments\": [\n                    {\n                        \"id\": 295,\n                        \"customerBookingId\": 254,\n                        \"packageCustomerId\": null,\n                        \"parentId\": null,\n                        \"amount\": 0,\n                        \"gateway\": \"onSite\",\n                        \"gatewayTitle\": \"\",\n                        \"dateTime\": \"2023-05-11 10:00:00\",\n                        \"status\": \"pending\",\n                        \"data\": \"\",\n                        \"entity\": null,\n                        \"created\": null,\n                        \"actionsCompleted\": null,\n                        \"wcOrderId\": null,\n                        \"wcOrderUrl\": null,\n                        \"wcItemCouponValue\": null,\n                        \"wcItemTaxValue\": null\n                    }\n                ],\n                \"utcOffset\": null,\n                \"aggregatedPrice\": true,\n                \"isChangedStatus\": true,\n                \"isLastBooking\": null,\n                \"packageCustomerService\": null,\n                \"ticketsData\": [],\n                \"duration\": 1800,\n                \"created\": null,\n                \"actionsCompleted\": null\n            }\n        ],\n        \"status\": \"pending\",\n        \"oldStatus\": \"approved\",\n        \"message\": \"Appointment status has been changed to pending\"\n    }\n}"
						}
					]
				},
				{
					"name": "delete appointment",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('appointment_id', 173)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/appointments/delete/{{appointment_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"appointments",
								"delete",
								"{{appointment_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete appointment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/appointments/delete/{{appointment_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"appointments",
										"delete",
										"{{appointment_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:25:55 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "2082"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted appointment\",\n    \"data\": {\n        \"appointment\": {\n            \"id\": 173,\n            \"bookings\": [\n                {\n                    \"id\": 254,\n                    \"customerId\": 10,\n                    \"customer\": null,\n                    \"status\": \"rejected\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": null,\n                    \"appointmentId\": 173,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 295,\n                            \"customerBookingId\": 254,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-11 09:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": true,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"rejected\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 1,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-05-11 09:00:00\",\n            \"bookingEnd\": \"2023-05-11 09:30:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"resources\": []\n        },\n        \"bookingsWithChangedStatus\": [\n            {\n                \"id\": 254,\n                \"customerId\": 10,\n                \"customer\": null,\n                \"status\": \"pending\",\n                \"extras\": [],\n                \"couponId\": null,\n                \"price\": 20,\n                \"coupon\": null,\n                \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                \"info\": null,\n                \"appointmentId\": 173,\n                \"persons\": 1,\n                \"token\": null,\n                \"payments\": [\n                    {\n                        \"id\": 295,\n                        \"customerBookingId\": 254,\n                        \"packageCustomerId\": null,\n                        \"parentId\": null,\n                        \"amount\": 0,\n                        \"gateway\": \"onSite\",\n                        \"gatewayTitle\": \"\",\n                        \"dateTime\": \"2023-05-11 09:00:00\",\n                        \"status\": \"pending\",\n                        \"data\": \"\",\n                        \"entity\": null,\n                        \"created\": null,\n                        \"actionsCompleted\": null,\n                        \"wcOrderId\": null,\n                        \"wcOrderUrl\": null,\n                        \"wcItemCouponValue\": null,\n                        \"wcItemTaxValue\": null\n                    }\n                ],\n                \"utcOffset\": null,\n                \"aggregatedPrice\": true,\n                \"isChangedStatus\": true,\n                \"isLastBooking\": null,\n                \"packageCustomerService\": null,\n                \"ticketsData\": [],\n                \"duration\": 1800,\n                \"created\": null,\n                \"actionsCompleted\": null\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "get appointments",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/appointments&dates=2024-07-25,2024-07-25&page=1&skipServices=1&skipProviders=1&providers=14",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"appointments&dates=2024-07-25,2024-07-25&page=1&skipServices=1&skipProviders=1&providers=14"
							]
						}
					},
					"response": [
						{
							"name": "get appointments",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/appointments&dates=2023-05-09,2023-05-10&page=1&skipServices=1&skipProviders=1",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"appointments&dates=2023-05-09,2023-05-10&page=1&skipServices=1&skipProviders=1"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:22:51 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "6889"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved appointments\",\n    \"data\": {\n        \"appointments\": {\n            \"2023-05-09\": {\n                \"date\": \"2023-05-09\",\n                \"appointments\": [\n                    {\n                        \"id\": 151,\n                        \"bookings\": [\n                            {\n                                \"id\": 228,\n                                \"customerId\": 16,\n                                \"customer\": {\n                                    \"id\": 16,\n                                    \"firstName\": \"Amelia\",\n                                    \"lastName\": \"Test\",\n                                    \"birthday\": null,\n                                    \"email\": \"amelia@test.com\",\n                                    \"phone\": null,\n                                    \"type\": \"customer\",\n                                    \"status\": \"visible\",\n                                    \"note\": null,\n                                    \"zoomUserId\": null,\n                                    \"countryPhoneIso\": null,\n                                    \"externalId\": null,\n                                    \"pictureFullPath\": null,\n                                    \"pictureThumbPath\": null,\n                                    \"translations\": null,\n                                    \"gender\": null\n                                },\n                                \"status\": \"approved\",\n                                \"extras\": [],\n                                \"couponId\": null,\n                                \"price\": 100,\n                                \"coupon\": null,\n                                \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                                \"info\": null,\n                                \"appointmentId\": 151,\n                                \"persons\": 1,\n                                \"token\": null,\n                                \"payments\": [\n                                    {\n                                        \"id\": 269,\n                                        \"customerBookingId\": 228,\n                                        \"packageCustomerId\": null,\n                                        \"parentId\": null,\n                                        \"amount\": 0,\n                                        \"gateway\": \"onSite\",\n                                        \"gatewayTitle\": \"\",\n                                        \"dateTime\": \"2023-05-09 11:00:00\",\n                                        \"status\": \"pending\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": \"2023-04-25 10:55:33\",\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": null,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": null\n                                    }\n                                ],\n                                \"utcOffset\": null,\n                                \"aggregatedPrice\": true,\n                                \"isChangedStatus\": null,\n                                \"isLastBooking\": null,\n                                \"packageCustomerService\": null,\n                                \"ticketsData\": [],\n                                \"duration\": 1800,\n                                \"created\": \"2023-04-25 10:55:33\",\n                                \"actionsCompleted\": null\n                            },\n                            {\n                                \"id\": 229,\n                                \"customerId\": 17,\n                                \"customer\": {\n                                    \"id\": 17,\n                                    \"firstName\": \"Avatar\",\n                                    \"lastName\": \"Last Airbender\",\n                                    \"birthday\": null,\n                                    \"email\": \"suraj@atla.aang\",\n                                    \"phone\": null,\n                                    \"type\": \"customer\",\n                                    \"status\": \"visible\",\n                                    \"note\": null,\n                                    \"zoomUserId\": null,\n                                    \"countryPhoneIso\": null,\n                                    \"externalId\": null,\n                                    \"pictureFullPath\": null,\n                                    \"pictureThumbPath\": null,\n                                    \"translations\": null,\n                                    \"gender\": null\n                                },\n                                \"status\": \"approved\",\n                                \"extras\": [],\n                                \"couponId\": null,\n                                \"price\": 100,\n                                \"coupon\": null,\n                                \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                                \"info\": null,\n                                \"appointmentId\": 151,\n                                \"persons\": 1,\n                                \"token\": null,\n                                \"payments\": [\n                                    {\n                                        \"id\": 270,\n                                        \"customerBookingId\": 229,\n                                        \"packageCustomerId\": null,\n                                        \"parentId\": null,\n                                        \"amount\": 0,\n                                        \"gateway\": \"onSite\",\n                                        \"gatewayTitle\": \"\",\n                                        \"dateTime\": \"2023-05-09 11:00:00\",\n                                        \"status\": \"pending\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": \"2023-04-25 10:55:58\",\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": null,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": null\n                                    }\n                                ],\n                                \"utcOffset\": null,\n                                \"aggregatedPrice\": true,\n                                \"isChangedStatus\": null,\n                                \"isLastBooking\": null,\n                                \"packageCustomerService\": null,\n                                \"ticketsData\": [],\n                                \"duration\": 1800,\n                                \"created\": \"2023-04-25 10:55:58\",\n                                \"actionsCompleted\": null\n                            }\n                        ],\n                        \"notifyParticipants\": 1,\n                        \"internalNotes\": \"\",\n                        \"status\": \"approved\",\n                        \"serviceId\": 2,\n                        \"parentId\": null,\n                        \"providerId\": 1,\n                        \"locationId\": 1,\n                        \"provider\": null,\n                        \"service\": null,\n                        \"location\": null,\n                        \"googleCalendarEventId\": \"omia1hbnknkcha7addq7nc8aes\",\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null,\n                        \"zoomMeeting\": {\n                            \"id\": 83025905325,\n                            \"startUrl\": \"https://us06web.zoom.us/s/83025905325?zak=eyJ0eXAiOiJKV1QiLCJzdiI6IjAwMDAwMSIsInptX3NrbSI6InptX28ybSIsImFsZyI6IkhTMjU2In0.eyJhdWQiOiJjbGllbnRzbSIsInVpZCI6IkNGUUQ1bV9BU1pPNXpLTE5VbS1pOFEiLCJpc3MiOiJ3ZWIiLCJzayI6IjAiLCJzdHkiOjEsIndjZCI6InVzMDYiLCJjbHQiOjAsIm1udW0iOiI4MzAyNTkwNTMyNSIsImV4cCI6MTY4MjQyNzM1OCwiaWF0IjoxNjgyNDIwMTU4LCJhaWQiOiJpeV8zd01JUFRyLTdyclZZSnZnM01nIiwiY2lkIjoiIn0.rsCwEyo4mqLRSzs9nXWEt2yFg7MHyMdGgmTfgw12zEc\",\n                            \"joinUrl\": \"https://us06web.zoom.us/j/83025905325?pwd=UWw5Y0NTTVpVc3lEb21iNmxvT2Nodz09\"\n                        },\n                        \"lessonSpace\": null,\n                        \"bookingStart\": \"2023-05-09 11:00:00\",\n                        \"bookingEnd\": \"2023-05-09 11:30:00\",\n                        \"type\": \"appointment\",\n                        \"isRescheduled\": null,\n                        \"resources\": [],\n                        \"cancelable\": true,\n                        \"reschedulable\": true,\n                        \"past\": false,\n                        \"isGroup\": false\n                    }\n                ]\n            },\n            \"2023-05-10\": {\n                \"date\": \"2023-05-10\",\n                \"appointments\": [\n                    {\n                        \"id\": 157,\n                        \"bookings\": [\n                            {\n                                \"id\": 237,\n                                \"customerId\": 2,\n                                \"customer\": {\n                                    \"id\": 2,\n                                    \"firstName\": \"Milica\",\n                                    \"lastName\": \"Snake\",\n                                    \"birthday\": null,\n                                    \"email\": \"snakemilica@yahoo.com\",\n                                    \"phone\": null,\n                                    \"type\": \"customer\",\n                                    \"status\": \"visible\",\n                                    \"note\": null,\n                                    \"zoomUserId\": null,\n                                    \"countryPhoneIso\": null,\n                                    \"externalId\": null,\n                                    \"pictureFullPath\": null,\n                                    \"pictureThumbPath\": null,\n                                    \"translations\": null,\n                                    \"gender\": null\n                                },\n                                \"status\": \"approved\",\n                                \"extras\": [],\n                                \"couponId\": null,\n                                \"price\": 100,\n                                \"coupon\": null,\n                                \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"}}\",\n                                \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                                \"appointmentId\": 157,\n                                \"persons\": 1,\n                                \"token\": null,\n                                \"payments\": [\n                                    {\n                                        \"id\": 277,\n                                        \"customerBookingId\": 237,\n                                        \"packageCustomerId\": null,\n                                        \"parentId\": null,\n                                        \"amount\": 120,\n                                        \"gateway\": \"wc\",\n                                        \"gatewayTitle\": \"Check payments\",\n                                        \"dateTime\": \"2023-04-25 16:32:11\",\n                                        \"status\": \"paid\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": \"2023-04-25 14:32:11\",\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": 330,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": 20\n                                    }\n                                ],\n                                \"utcOffset\": null,\n                                \"aggregatedPrice\": true,\n                                \"isChangedStatus\": null,\n                                \"isLastBooking\": null,\n                                \"packageCustomerService\": null,\n                                \"ticketsData\": [],\n                                \"duration\": 1800,\n                                \"created\": \"2023-04-25 14:32:11\",\n                                \"actionsCompleted\": null\n                            },\n                            {\n                                \"id\": 238,\n                                \"customerId\": 11,\n                                \"customer\": {\n                                    \"id\": 11,\n                                    \"firstName\": \"Amelia\",\n                                    \"lastName\": \"Test\",\n                                    \"birthday\": null,\n                                    \"email\": \"amelia@test.test\",\n                                    \"phone\": null,\n                                    \"type\": \"customer\",\n                                    \"status\": \"visible\",\n                                    \"note\": null,\n                                    \"zoomUserId\": null,\n                                    \"countryPhoneIso\": null,\n                                    \"externalId\": null,\n                                    \"pictureFullPath\": null,\n                                    \"pictureThumbPath\": null,\n                                    \"translations\": null,\n                                    \"gender\": null\n                                },\n                                \"status\": \"approved\",\n                                \"extras\": [],\n                                \"couponId\": null,\n                                \"price\": 100,\n                                \"coupon\": null,\n                                \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"}}\",\n                                \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                                \"appointmentId\": 157,\n                                \"persons\": 1,\n                                \"token\": null,\n                                \"payments\": [\n                                    {\n                                        \"id\": 278,\n                                        \"customerBookingId\": 238,\n                                        \"packageCustomerId\": null,\n                                        \"parentId\": null,\n                                        \"amount\": 120,\n                                        \"gateway\": \"wc\",\n                                        \"gatewayTitle\": \"Check payments\",\n                                        \"dateTime\": \"2023-04-25 16:42:44\",\n                                        \"status\": \"paid\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": \"2023-04-25 14:42:44\",\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": 331,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": 20\n                                    }\n                                ],\n                                \"utcOffset\": null,\n                                \"aggregatedPrice\": true,\n                                \"isChangedStatus\": null,\n                                \"isLastBooking\": null,\n                                \"packageCustomerService\": null,\n                                \"ticketsData\": [],\n                                \"duration\": 1800,\n                                \"created\": \"2023-04-25 14:42:44\",\n                                \"actionsCompleted\": null\n                            }\n                        ],\n                        \"notifyParticipants\": 1,\n                        \"internalNotes\": \"\",\n                        \"status\": \"pending\",\n                        \"serviceId\": 2,\n                        \"parentId\": null,\n                        \"providerId\": 1,\n                        \"locationId\": 1,\n                        \"provider\": null,\n                        \"service\": null,\n                        \"location\": null,\n                        \"googleCalendarEventId\": \"9v21b37kr4gsi19tabjtt97404\",\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null,\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookingStart\": \"2023-05-10 11:00:00\",\n                        \"bookingEnd\": \"2023-05-10 11:30:00\",\n                        \"type\": \"appointment\",\n                        \"isRescheduled\": null,\n                        \"resources\": [],\n                        \"cancelable\": true,\n                        \"reschedulable\": true,\n                        \"past\": false,\n                        \"isGroup\": false\n                    }\n                ]\n            }\n        },\n        \"availablePackageBookings\": [],\n        \"emptyPackageBookings\": [],\n        \"occupied\": [],\n        \"total\": 2,\n        \"totalApproved\": 1,\n        \"totalPending\": 1,\n        \"currentUser\": {\n            \"id\": null,\n            \"firstName\": \"AmeliaApi\",\n            \"lastName\": \"AmeliaApi\",\n            \"birthday\": null,\n            \"email\": \"admin@amelia.api\",\n            \"phone\": null,\n            \"type\": \"admin\",\n            \"status\": \"visible\",\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": null,\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Bookings",
			"item": [
				{
					"name": "add booking",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"type\": \"appointment\",\n    \"bookings\": [\n        {\n            \"extras\": [],\n            \"customFields\": {\n                \"1\": {\n                    \"label\": \"text\",\n                    \"type\": \"text\",\n                    \"value\": \"custom field value\"\n                }\n            },\n            \"deposit\": true,\n            \"locale\": \"en_US\",\n            \"utcOffset\": null,\n            \"persons\": 1,\n            \"customerId\": null,\n            \"customer\": {\n                \"id\": null,\n                \"firstName\": \"Rob\",\n                \"lastName\": \"Stark\",\n                \"email\": \"robstark@test.test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"\",\n                \"externalId\": null\n            },\n            \"duration\": 1800\n        }\n    ],\n    \"payment\": {\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\",\n        \"data\": {}\n    },\n    \"recaptcha\": null,\n    \"locale\": \"en_US\",\n    \"timeZone\": \"Europe/Belgrade\",\n    \"bookingStart\": \"2023-09-06 19:30\",\n    \"notifyParticipants\": 1,\n    \"locationId\": 2,\n    \"providerId\": 1,\n    \"serviceId\": 1,\n    \"utcOffset\": null,\n    \"recurring\": [],\n    \"package\": [],\n    \"couponCode\": null,\n    \"runInstantPostBookingActions\": false // whether to run post booking actions (sending emails, adding google calendar events, creating a zoom meeting) in this api call\n                                          // false by default, call /bookings/success/{booking_id} endpoint\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/bookings",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"bookings"
							]
						}
					},
					"response": [
						{
							"name": "add booking",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"appointment\",\n    \"bookings\": [\n        {\n            \"extras\": [],\n            \"customFields\": {\n                \"1\": {\n                    \"label\": \"text\",\n                    \"type\": \"text\",\n                    \"value\": \"custom field value\"\n                }\n            },\n            \"deposit\": true,\n            \"locale\": \"en_US\",\n            \"utcOffset\": null,\n            \"persons\": 1,\n            \"customerId\": null,\n            \"customer\": {\n                \"id\": null,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"email\": \"amelia@test.test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"\",\n                \"externalId\": null\n            },\n            \"duration\": 1800\n        }\n    ],\n    \"payment\": {\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\",\n        \"data\": {}\n    },\n    \"recaptcha\": null,\n    \"locale\": \"en_US\",\n    \"timeZone\": \"Europe/Belgrade\",\n    \"componentProps\": null,\n    \"returnUrl\": \"http://localhost/amelia/index.php/booking/\",\n    \"bookingStart\": \"2023-05-22 12:30\",\n    \"notifyParticipants\": 1,\n    \"locationId\": 1,\n    \"providerId\": 3,\n    \"serviceId\": 1,\n    \"utcOffset\": null,\n    \"recurring\": [],\n    \"package\": [],\n    \"couponCode\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:57:02 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "5670"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added booking\",\n    \"data\": {\n        \"type\": \"appointment\",\n        \"appointment\": {\n            \"id\": 175,\n            \"bookings\": [\n                {\n                    \"id\": 256,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"custom field value\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 175,\n                    \"persons\": 1,\n                    \"token\": \"85c63617ef\",\n                    \"payments\": [\n                        {\n                            \"id\": 297,\n                            \"customerBookingId\": 256,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-22 12:30:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"appointment\",\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": null,\n                    \"actionsCompleted\": false\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": null,\n            \"status\": \"approved\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 3,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": {\n                \"id\": 1,\n                \"status\": \"visible\",\n                \"name\": \"location1\",\n                \"description\": \"\",\n                \"address\": \"\",\n                \"phone\": \"\",\n                \"latitude\": 40.748441,\n                \"longitude\": -73.987853,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"pin\": \"\",\n                \"translations\": null\n            },\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-05-22 12:30:00\",\n            \"bookingEnd\": \"2023-05-22 13:00:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"resources\": []\n        },\n        \"booking\": {\n            \"id\": 256,\n            \"customerId\": 11,\n            \"customer\": {\n                \"id\": 11,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"birthday\": null,\n                \"email\": \"amelia@test.test\",\n                \"phone\": null,\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": null,\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": null,\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"gender\": null\n            },\n            \"status\": \"approved\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 20,\n            \"coupon\": null,\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"custom field value\\\"}}\",\n            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n            \"appointmentId\": 175,\n            \"persons\": 1,\n            \"token\": \"85c63617ef\",\n            \"payments\": [\n                {\n                    \"id\": 297,\n                    \"customerBookingId\": 256,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-05-22 12:30:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": \"appointment\",\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [],\n            \"duration\": 1800,\n            \"created\": null,\n            \"actionsCompleted\": false\n        },\n        \"utcTime\": [\n            {\n                \"start\": \"2023-05-22 10:30:00\",\n                \"end\": \"2023-05-22 11:00:00\"\n            }\n        ],\n        \"appointmentStatusChanged\": false,\n        \"recurring\": [],\n        \"package\": [],\n        \"packageId\": null,\n        \"customer\": {\n            \"id\": 11,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"Test\",\n            \"birthday\": null,\n            \"email\": \"amelia@test.test\",\n            \"phone\": null,\n            \"type\": \"customer\",\n            \"status\": null,\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": null,\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n            \"gender\": null,\n            \"locale\": \"en_US\",\n            \"timeZone\": \"Europe/Belgrade\"\n        },\n        \"bookable\": {\n            \"id\": 1,\n            \"name\": \"amelia service\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 20,\n            \"deposit\": 5,\n            \"depositPayment\": \"fixed\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"extra1\",\n                    \"description\": null,\n                    \"price\": 10,\n                    \"maxQuantity\": 5,\n                    \"position\": 1,\n                    \"duration\": null,\n                    \"serviceId\": null,\n                    \"aggregatedPrice\": false,\n                    \"translations\": null\n                }\n            ],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n            \"fullPayment\": true,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 10,\n            \"duration\": 1800,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"bringingAnyone\": true,\n            \"show\": true,\n            \"aggregatedPrice\": true,\n            \"status\": \"visible\",\n            \"categoryId\": 1,\n            \"category\": null,\n            \"priority\": [],\n            \"gallery\": [],\n            \"recurringCycle\": null,\n            \"recurringSub\": null,\n            \"recurringPayment\": 0,\n            \"translations\": null,\n            \"minSelectedExtras\": null,\n            \"mandatoryExtra\": null,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n            \"maxExtraPeople\": null,\n            \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n        },\n        \"paymentId\": 297,\n        \"packageCustomerId\": null,\n        \"payment\": {\n            \"id\": 297,\n            \"customerBookingId\": 256,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 0,\n            \"gateway\": \"onSite\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-22 12:30:00\",\n            \"status\": \"pending\",\n            \"data\": \"\",\n            \"entity\": \"appointment\",\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        },\n        \"customerCabinetUrl\": \"http://localhost/static_amelia/index.php/customer-panel\"\n    }\n}"
						},
						{
							"name": "add booking package appointment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"type\": \"appointment\",\n  \"bookingStart\": \"2023-12-24 10:00\",\n  \"bookings\": [\n    {\n      \"packageCustomerService\": { \"id\": 3257 },\n      \"customFields\": null,\n      \"customer\": {\n        \"id\": 2,\n        \"firstName\": \"Amelia\",\n        \"lastName\": \"Test\",\n        \"email\": \"amelia@test.test\",\n        \"phone\": null,\n        \"countryPhoneIso\": \"us\",\n        \"externalId\": 2\n      },\n      \"customerId\": 2,\n      \"deposit\": 0,\n      \"extras\": [],\n      \"id\": 3257,\n      \"persons\": 1,\n      \"utcOffset\": 300,\n      \"locale\": \"en_US\",\n      \"locationId\": 6,\n      \"notifyParticipants\": 1,\n      \"payment\": null,\n      \"providerId\": 1,\n      \"package\": [],\n      \"recurring\": [],\n      \"serviceId\": 1,\n      \"timeZone\": \"Asia/Karachi\",\n      \"utc\": true\n    }\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:57:02 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "5670"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added booking\",\n    \"data\": {\n        \"type\": \"appointment\",\n        \"appointment\": {\n            \"id\": 175,\n            \"bookings\": [\n                {\n                    \"id\": 256,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"custom field value\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 175,\n                    \"persons\": 1,\n                    \"token\": \"85c63617ef\",\n                    \"payments\": [\n                        {\n                            \"id\": 297,\n                            \"customerBookingId\": 256,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-22 12:30:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"appointment\",\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": null,\n                    \"actionsCompleted\": false\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": null,\n            \"status\": \"approved\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 3,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": {\n                \"id\": 1,\n                \"status\": \"visible\",\n                \"name\": \"location1\",\n                \"description\": \"\",\n                \"address\": \"\",\n                \"phone\": \"\",\n                \"latitude\": 40.748441,\n                \"longitude\": -73.987853,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"pin\": \"\",\n                \"translations\": null\n            },\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-05-22 12:30:00\",\n            \"bookingEnd\": \"2023-05-22 13:00:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"resources\": []\n        },\n        \"booking\": {\n            \"id\": 256,\n            \"customerId\": 11,\n            \"customer\": {\n                \"id\": 11,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"birthday\": null,\n                \"email\": \"amelia@test.test\",\n                \"phone\": null,\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": null,\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": null,\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"gender\": null\n            },\n            \"status\": \"approved\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 20,\n            \"coupon\": null,\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"custom field value\\\"}}\",\n            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n            \"appointmentId\": 175,\n            \"persons\": 1,\n            \"token\": \"85c63617ef\",\n            \"payments\": [\n                {\n                    \"id\": 297,\n                    \"customerBookingId\": 256,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-05-22 12:30:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": \"appointment\",\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [],\n            \"duration\": 1800,\n            \"created\": null,\n            \"actionsCompleted\": false\n        },\n        \"utcTime\": [\n            {\n                \"start\": \"2023-05-22 10:30:00\",\n                \"end\": \"2023-05-22 11:00:00\"\n            }\n        ],\n        \"appointmentStatusChanged\": false,\n        \"recurring\": [],\n        \"package\": [],\n        \"packageId\": null,\n        \"customer\": {\n            \"id\": 11,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"Test\",\n            \"birthday\": null,\n            \"email\": \"amelia@test.test\",\n            \"phone\": null,\n            \"type\": \"customer\",\n            \"status\": null,\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": null,\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n            \"gender\": null,\n            \"locale\": \"en_US\",\n            \"timeZone\": \"Europe/Belgrade\"\n        },\n        \"bookable\": {\n            \"id\": 1,\n            \"name\": \"amelia service\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 20,\n            \"deposit\": 5,\n            \"depositPayment\": \"fixed\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"extra1\",\n                    \"description\": null,\n                    \"price\": 10,\n                    \"maxQuantity\": 5,\n                    \"position\": 1,\n                    \"duration\": null,\n                    \"serviceId\": null,\n                    \"aggregatedPrice\": false,\n                    \"translations\": null\n                }\n            ],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n            \"fullPayment\": true,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 10,\n            \"duration\": 1800,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"bringingAnyone\": true,\n            \"show\": true,\n            \"aggregatedPrice\": true,\n            \"status\": \"visible\",\n            \"categoryId\": 1,\n            \"category\": null,\n            \"priority\": [],\n            \"gallery\": [],\n            \"recurringCycle\": null,\n            \"recurringSub\": null,\n            \"recurringPayment\": 0,\n            \"translations\": null,\n            \"minSelectedExtras\": null,\n            \"mandatoryExtra\": null,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n            \"maxExtraPeople\": null,\n            \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n        },\n        \"paymentId\": 297,\n        \"packageCustomerId\": null,\n        \"payment\": {\n            \"id\": 297,\n            \"customerBookingId\": 256,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 0,\n            \"gateway\": \"onSite\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-22 12:30:00\",\n            \"status\": \"pending\",\n            \"data\": \"\",\n            \"entity\": \"appointment\",\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        },\n        \"customerCabinetUrl\": \"http://localhost/static_amelia/index.php/customer-panel\"\n    }\n}"
						},
						{
							"name": "add booking package appointment simple",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"appointment\",\n    \"bookings\": [\n        {\n            \"customerId\": 3,\n            \"status\": \"approved\",\n            \"duration\": 1800,\n            \"persons\": 1,\n            \"extras\": [],\n            \"customFields\": {},\n            \"packageCustomerService\": {\n                \"id\": 1\n            },\n            \"utcOffset\": null\n        }\n    ],\n    \"bookingStart\": \"2024-10-05 09:00\",\n    \"notifyParticipants\": 1,\n    \"locationId\": null,\n    \"providerId\": 1,\n    \"serviceId\": 1\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:57:02 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "5670"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added booking\",\n    \"data\": {\n        \"type\": \"appointment\",\n        \"appointment\": {\n            \"id\": 175,\n            \"bookings\": [\n                {\n                    \"id\": 256,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"custom field value\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 175,\n                    \"persons\": 1,\n                    \"token\": \"85c63617ef\",\n                    \"payments\": [\n                        {\n                            \"id\": 297,\n                            \"customerBookingId\": 256,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-22 12:30:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"appointment\",\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": null,\n                    \"actionsCompleted\": false\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": null,\n            \"status\": \"approved\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 3,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": {\n                \"id\": 1,\n                \"status\": \"visible\",\n                \"name\": \"location1\",\n                \"description\": \"\",\n                \"address\": \"\",\n                \"phone\": \"\",\n                \"latitude\": 40.748441,\n                \"longitude\": -73.987853,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"pin\": \"\",\n                \"translations\": null\n            },\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-05-22 12:30:00\",\n            \"bookingEnd\": \"2023-05-22 13:00:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"resources\": []\n        },\n        \"booking\": {\n            \"id\": 256,\n            \"customerId\": 11,\n            \"customer\": {\n                \"id\": 11,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"birthday\": null,\n                \"email\": \"amelia@test.test\",\n                \"phone\": null,\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": null,\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": null,\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"gender\": null\n            },\n            \"status\": \"approved\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 20,\n            \"coupon\": null,\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"custom field value\\\"}}\",\n            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n            \"appointmentId\": 175,\n            \"persons\": 1,\n            \"token\": \"85c63617ef\",\n            \"payments\": [\n                {\n                    \"id\": 297,\n                    \"customerBookingId\": 256,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-05-22 12:30:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": \"appointment\",\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [],\n            \"duration\": 1800,\n            \"created\": null,\n            \"actionsCompleted\": false\n        },\n        \"utcTime\": [\n            {\n                \"start\": \"2023-05-22 10:30:00\",\n                \"end\": \"2023-05-22 11:00:00\"\n            }\n        ],\n        \"appointmentStatusChanged\": false,\n        \"recurring\": [],\n        \"package\": [],\n        \"packageId\": null,\n        \"customer\": {\n            \"id\": 11,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"Test\",\n            \"birthday\": null,\n            \"email\": \"amelia@test.test\",\n            \"phone\": null,\n            \"type\": \"customer\",\n            \"status\": null,\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": null,\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n            \"gender\": null,\n            \"locale\": \"en_US\",\n            \"timeZone\": \"Europe/Belgrade\"\n        },\n        \"bookable\": {\n            \"id\": 1,\n            \"name\": \"amelia service\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 20,\n            \"deposit\": 5,\n            \"depositPayment\": \"fixed\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"extra1\",\n                    \"description\": null,\n                    \"price\": 10,\n                    \"maxQuantity\": 5,\n                    \"position\": 1,\n                    \"duration\": null,\n                    \"serviceId\": null,\n                    \"aggregatedPrice\": false,\n                    \"translations\": null\n                }\n            ],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n            \"fullPayment\": true,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 10,\n            \"duration\": 1800,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"bringingAnyone\": true,\n            \"show\": true,\n            \"aggregatedPrice\": true,\n            \"status\": \"visible\",\n            \"categoryId\": 1,\n            \"category\": null,\n            \"priority\": [],\n            \"gallery\": [],\n            \"recurringCycle\": null,\n            \"recurringSub\": null,\n            \"recurringPayment\": 0,\n            \"translations\": null,\n            \"minSelectedExtras\": null,\n            \"mandatoryExtra\": null,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n            \"maxExtraPeople\": null,\n            \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n        },\n        \"paymentId\": 297,\n        \"packageCustomerId\": null,\n        \"payment\": {\n            \"id\": 297,\n            \"customerBookingId\": 256,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 0,\n            \"gateway\": \"onSite\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-22 12:30:00\",\n            \"status\": \"pending\",\n            \"data\": \"\",\n            \"entity\": \"appointment\",\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        },\n        \"customerCabinetUrl\": \"http://localhost/static_amelia/index.php/customer-panel\"\n    }\n}"
						}
					]
				},
				{
					"name": "add package booking",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"type\": \"package\",\n    \"bookings\": [\n        {\n            \"customFields\": {\n                \"2\": {\n                    \"label\": \"Text\",\n                    \"type\": \"text\",\n                    \"value\": \"\"\n                }\n            },\n            \"deposit\": true,\n            \"locale\": \"en_US\",\n            \"utcOffset\": null,\n            \"customerId\": null,\n            \"customer\": {\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"email\": \"amelia@test.test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"\",\n                \"externalId\": null,\n                \"translations\": null\n            },\n            \"persons\": 1\n        }\n    ],\n    \"payment\": {\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\",\n        \"data\": {}\n    },\n    \"locale\": \"en_US\",\n    \"timeZone\": \"Europe/Belgrade\",\n    \"package\": [\n        {\n            \"bookingStart\": \"2024-06-05 07:30\",\n            \"serviceId\": 1,\n            \"providerId\": 4,\n            \"locationId\": 8,\n            \"utcOffset\": 120,\n            \"notifyParticipants\": 1\n        },\n        {\n            \"bookingStart\": \"2024-06-04 10:00\",\n            \"serviceId\": 11,\n            \"providerId\": 4,\n            \"locationId\": 8,\n            \"utcOffset\": 120,\n            \"notifyParticipants\": 1\n        }\n    ],\n    \"packageId\": 1,\n    \"packageRules\": [\n        {\n            \"serviceId\": 1,\n            \"providerId\": null,\n            \"locationId\": null\n        },\n        {\n            \"serviceId\": 11,\n            \"providerId\": null,\n            \"locationId\": null\n        }\n    ],\n    \"utcOffset\": 120,\n    \"couponCode\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/bookings",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"bookings"
							]
						}
					},
					"response": [
						{
							"name": "add package booking",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"package\",\n    \"bookings\": [\n        {\n            \"customFields\": {\n                \"2\": {\n                    \"label\": \"Text\",\n                    \"type\": \"text\",\n                    \"value\": \"\"\n                }\n            },\n            \"deposit\": true,\n            \"locale\": \"en_US\",\n            \"utcOffset\": null,\n            \"customerId\": null,\n            \"customer\": {\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"email\": \"amelia@test.test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"\",\n                \"externalId\": null,\n                \"translations\": null\n            },\n            \"persons\": 1\n        }\n    ],\n    \"payment\": {\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\",\n        \"data\": {}\n    },\n    \"locale\": \"en_US\",\n    \"timeZone\": \"Europe/Belgrade\",\n    \"package\": [\n        {\n            \"bookingStart\": \"2024-06-05 07:30\",\n            \"serviceId\": 1,\n            \"providerId\": 4,\n            \"locationId\": 8,\n            \"utcOffset\": 120,\n            \"notifyParticipants\": 1\n        },\n        {\n            \"bookingStart\": \"2024-06-04 10:00\",\n            \"serviceId\": 11,\n            \"providerId\": 4,\n            \"locationId\": 8,\n            \"utcOffset\": 120,\n            \"notifyParticipants\": 1\n        }\n    ],\n    \"packageId\": 1,\n    \"packageRules\": [\n        {\n            \"serviceId\": 1,\n            \"providerId\": null,\n            \"locationId\": null\n        },\n        {\n            \"serviceId\": 11,\n            \"providerId\": null,\n            \"locationId\": null\n        }\n    ],\n    \"utcOffset\": 120,\n    \"couponCode\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 27 May 2024 10:35:48 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1992"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added booking\",\n    \"data\": {\n        \"type\": \"package\",\n        \"package\": [\n            {\n                \"type\": \"appointment\",\n                \"appointment\": {\n                    \"id\": 580,\n                    \"bookings\": [\n                        {\n                            \"id\": 766,\n                            \"customerId\": 2,\n                            \"customer\": {\n                                \"id\": 2,\n                                \"firstName\": \"Amelia\",\n                                \"lastName\": \"Test\",\n                                \"birthday\": null,\n                                \"email\": \"amelia@test.test\",\n                                \"phone\": null,\n                                \"type\": \"customer\",\n                                \"status\": null,\n                                \"note\": null,\n                                \"zoomUserId\": null,\n                                \"countryPhoneIso\": null,\n                                \"externalId\": null,\n                                \"pictureFullPath\": null,\n                                \"pictureThumbPath\": null,\n                                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                                \"gender\": null\n                            },\n                            \"status\": \"approved\",\n                            \"extras\": [],\n                            \"couponId\": null,\n                            \"price\": 20,\n                            \"coupon\": null,\n                            \"customFields\": \"{\\\"2\\\":{\\\"label\\\":\\\"Text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"}}\",\n                            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                            \"appointmentId\": 580,\n                            \"persons\": 1,\n                            \"token\": \"48dd3639c1\",\n                            \"payments\": [],\n                            \"utcOffset\": 120,\n                            \"aggregatedPrice\": true,\n                            \"isChangedStatus\": null,\n                            \"isLastBooking\": null,\n                            \"packageCustomerService\": {\n                                \"id\": 129,\n                                \"serviceId\": 1,\n                                \"providerId\": null,\n                                \"locationId\": null,\n                                \"bookingsCount\": 1,\n                                \"packageCustomer\": {\n                                    \"id\": 104,\n                                    \"packageId\": 1,\n                                    \"customerId\": 2,\n                                    \"price\": 40,\n                                    \"payments\": [],\n                                    \"start\": \"2024-05-27 10:35:52\",\n                                    \"end\": \"2024-06-17 12:35:52\",\n                                    \"purchased\": \"2024-05-27 10:35:52\",\n                                    \"status\": null,\n                                    \"bookingsCount\": 0,\n                                    \"couponId\": null,\n                                    \"coupon\": null\n                                }\n                            },\n                            \"ticketsData\": [],\n                            \"duration\": null,\n                            \"created\": \"2024-05-27 12:35:52\",\n                            \"actionsCompleted\": false,\n                            \"isUpdated\": null\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"internalNotes\": null,\n                    \"status\": \"approved\",\n                    \"serviceId\": 1,\n                    \"parentId\": null,\n                    \"providerId\": 4,\n                    \"locationId\": 8,\n                    \"provider\": null,\n                    \"service\": null,\n                    \"location\": {\n                        \"id\": 8,\n                        \"status\": \"visible\",\n                        \"name\": \"lokacija5\",\n                        \"description\": \"\",\n                        \"address\": \"Velisava Vulovića, Belgrade, Serbia\",\n                        \"phone\": \"\",\n                        \"latitude\": 44.764132,\n                        \"longitude\": 20.455622,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"pin\": \"\",\n                        \"translations\": null\n                    },\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null,\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookingStart\": \"2024-06-05 09:30:00\",\n                    \"bookingEnd\": \"2024-06-05 10:00:00\",\n                    \"type\": \"appointment\",\n                    \"isRescheduled\": null,\n                    \"isFull\": null,\n                    \"resources\": []\n                },\n                \"booking\": {\n                    \"id\": 766,\n                    \"customerId\": 2,\n                    \"customer\": {\n                        \"id\": 2,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"2\\\":{\\\"label\\\":\\\"Text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 580,\n                    \"persons\": 1,\n                    \"token\": \"48dd3639c1\",\n                    \"payments\": [],\n                    \"utcOffset\": 120,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": {\n                        \"id\": 129,\n                        \"serviceId\": 1,\n                        \"providerId\": null,\n                        \"locationId\": null,\n                        \"bookingsCount\": 1,\n                        \"packageCustomer\": {\n                            \"id\": 104,\n                            \"packageId\": 1,\n                            \"customerId\": 2,\n                            \"price\": 40,\n                            \"payments\": [],\n                            \"start\": \"2024-05-27 10:35:52\",\n                            \"end\": \"2024-06-17 12:35:52\",\n                            \"purchased\": \"2024-05-27 10:35:52\",\n                            \"status\": null,\n                            \"bookingsCount\": 0,\n                            \"couponId\": null,\n                            \"coupon\": null\n                        }\n                    },\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": \"2024-05-27 12:35:52\",\n                    \"actionsCompleted\": false,\n                    \"isUpdated\": null\n                },\n                \"utcTime\": [\n                    {\n                        \"start\": \"2024-06-05 07:30:00\",\n                        \"end\": \"2024-06-05 08:00:00\"\n                    }\n                ],\n                \"appointmentStatusChanged\": false\n            },\n            {\n                \"type\": \"appointment\",\n                \"appointment\": {\n                    \"id\": 581,\n                    \"bookings\": [\n                        {\n                            \"id\": 767,\n                            \"customerId\": 2,\n                            \"customer\": {\n                                \"id\": 2,\n                                \"firstName\": \"Amelia\",\n                                \"lastName\": \"Test\",\n                                \"birthday\": null,\n                                \"email\": \"amelia@test.test\",\n                                \"phone\": null,\n                                \"type\": \"customer\",\n                                \"status\": null,\n                                \"note\": null,\n                                \"zoomUserId\": null,\n                                \"countryPhoneIso\": null,\n                                \"externalId\": null,\n                                \"pictureFullPath\": null,\n                                \"pictureThumbPath\": null,\n                                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                                \"gender\": null\n                            },\n                            \"status\": \"approved\",\n                            \"extras\": [],\n                            \"couponId\": null,\n                            \"price\": 20,\n                            \"coupon\": null,\n                            \"customFields\": \"{\\\"2\\\":{\\\"label\\\":\\\"Text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"}}\",\n                            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                            \"appointmentId\": 581,\n                            \"persons\": 1,\n                            \"token\": \"163935398a\",\n                            \"payments\": [],\n                            \"utcOffset\": 120,\n                            \"aggregatedPrice\": true,\n                            \"isChangedStatus\": null,\n                            \"isLastBooking\": null,\n                            \"packageCustomerService\": {\n                                \"id\": 130,\n                                \"serviceId\": 11,\n                                \"providerId\": null,\n                                \"locationId\": null,\n                                \"bookingsCount\": 1,\n                                \"packageCustomer\": {\n                                    \"id\": 104,\n                                    \"packageId\": 1,\n                                    \"customerId\": 2,\n                                    \"price\": 40,\n                                    \"payments\": [],\n                                    \"start\": \"2024-05-27 10:35:52\",\n                                    \"end\": \"2024-06-17 12:35:52\",\n                                    \"purchased\": \"2024-05-27 10:35:52\",\n                                    \"status\": null,\n                                    \"bookingsCount\": 0,\n                                    \"couponId\": null,\n                                    \"coupon\": null\n                                }\n                            },\n                            \"ticketsData\": [],\n                            \"duration\": null,\n                            \"created\": \"2024-05-27 12:35:52\",\n                            \"actionsCompleted\": false,\n                            \"isUpdated\": null\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"internalNotes\": null,\n                    \"status\": \"approved\",\n                    \"serviceId\": 11,\n                    \"parentId\": null,\n                    \"providerId\": 4,\n                    \"locationId\": 8,\n                    \"provider\": null,\n                    \"service\": null,\n                    \"location\": {\n                        \"id\": 8,\n                        \"status\": \"visible\",\n                        \"name\": \"lokacija5\",\n                        \"description\": \"\",\n                        \"address\": \"Velisava Vulovića, Belgrade, Serbia\",\n                        \"phone\": \"\",\n                        \"latitude\": 44.764132,\n                        \"longitude\": 20.455622,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"pin\": \"\",\n                        \"translations\": null\n                    },\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null,\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookingStart\": \"2024-06-04 12:00:00\",\n                    \"bookingEnd\": \"2024-06-04 12:30:00\",\n                    \"type\": \"appointment\",\n                    \"isRescheduled\": null,\n                    \"isFull\": null,\n                    \"resources\": []\n                },\n                \"booking\": {\n                    \"id\": 767,\n                    \"customerId\": 2,\n                    \"customer\": {\n                        \"id\": 2,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"2\\\":{\\\"label\\\":\\\"Text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 581,\n                    \"persons\": 1,\n                    \"token\": \"163935398a\",\n                    \"payments\": [],\n                    \"utcOffset\": 120,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": {\n                        \"id\": 130,\n                        \"serviceId\": 11,\n                        \"providerId\": null,\n                        \"locationId\": null,\n                        \"bookingsCount\": 1,\n                        \"packageCustomer\": {\n                            \"id\": 104,\n                            \"packageId\": 1,\n                            \"customerId\": 2,\n                            \"price\": 40,\n                            \"payments\": [],\n                            \"start\": \"2024-05-27 10:35:52\",\n                            \"end\": \"2024-06-17 12:35:52\",\n                            \"purchased\": \"2024-05-27 10:35:52\",\n                            \"status\": null,\n                            \"bookingsCount\": 0,\n                            \"couponId\": null,\n                            \"coupon\": null\n                        }\n                    },\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": \"2024-05-27 12:35:52\",\n                    \"actionsCompleted\": false,\n                    \"isUpdated\": null\n                },\n                \"utcTime\": [\n                    {\n                        \"start\": \"2024-06-04 10:00:00\",\n                        \"end\": \"2024-06-04 10:30:00\"\n                    }\n                ],\n                \"appointmentStatusChanged\": false\n            }\n        ],\n        \"booking\": null,\n        \"utcTime\": [],\n        \"appointmentStatusChanged\": false,\n        \"recurring\": [],\n        \"packageId\": 1,\n        \"customer\": {\n            \"id\": 2,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"Test\",\n            \"birthday\": null,\n            \"email\": \"amelia@test.test\",\n            \"phone\": null,\n            \"type\": \"customer\",\n            \"status\": null,\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": null,\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n            \"gender\": null,\n            \"locale\": \"en_US\",\n            \"timeZone\": \"Europe/Belgrade\"\n        },\n        \"bookable\": {\n            \"id\": 1,\n            \"name\": \"amelia package\",\n            \"description\": \"description\",\n            \"color\": \"#1788FB\",\n            \"price\": 40,\n            \"deposit\": 10,\n            \"depositPayment\": \"fixed\",\n            \"depositPerPerson\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": 2,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null}}}\",\n            \"fullPayment\": true,\n            \"type\": \"package\",\n            \"status\": \"visible\",\n            \"gallery\": [],\n            \"bookable\": [\n                {\n                    \"id\": 1,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 1,\n                        \"name\": \"service1\",\n                        \"description\": null,\n                        \"color\": null,\n                        \"price\": 20,\n                        \"deposit\": null,\n                        \"depositPayment\": null,\n                        \"depositPerPerson\": null,\n                        \"pictureFullPath\": \"http://localhost/amelia2/wp-content/uploads/2023/12/ocean.jpg\",\n                        \"pictureThumbPath\": \"http://localhost/amelia2/wp-content/uploads/2023/12/ocean.jpg\",\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": null,\n                        \"settings\": null,\n                        \"fullPayment\": null,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 4,\n                        \"duration\": 1800,\n                        \"timeBefore\": 1800,\n                        \"timeAfter\": 1800,\n                        \"bringingAnyone\": null,\n                        \"show\": true,\n                        \"aggregatedPrice\": null,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": null,\n                        \"recurringSub\": null,\n                        \"recurringPayment\": null,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": null,\n                        \"customPricing\": null,\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": null\n                    },\n                    \"minimumScheduled\": 1,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [\n                        {\n                            \"id\": 4,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee@test.test\",\n                            \"phone\": null,\n                            \"type\": \"provider\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": null,\n                            \"badgeId\": null\n                        }\n                    ],\n                    \"locations\": [],\n                    \"allowProviderSelection\": true,\n                    \"position\": null\n                },\n                {\n                    \"id\": 8,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 11,\n                        \"name\": \"service3 20$\",\n                        \"description\": null,\n                        \"color\": null,\n                        \"price\": 20,\n                        \"deposit\": null,\n                        \"depositPayment\": null,\n                        \"depositPerPerson\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": null,\n                        \"settings\": null,\n                        \"fullPayment\": null,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 100,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": null,\n                        \"show\": true,\n                        \"aggregatedPrice\": null,\n                        \"status\": \"visible\",\n                        \"categoryId\": 12,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": null,\n                        \"recurringSub\": null,\n                        \"recurringPayment\": null,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": null,\n                        \"customPricing\": null,\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": null\n                    },\n                    \"minimumScheduled\": 1,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [\n                        {\n                            \"id\": 4,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee@test.test\",\n                            \"phone\": null,\n                            \"type\": \"provider\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": null,\n                            \"badgeId\": null\n                        }\n                    ],\n                    \"locations\": [],\n                    \"allowProviderSelection\": true,\n                    \"position\": null\n                }\n            ],\n            \"calculatedPrice\": true,\n            \"discount\": 0,\n            \"endDate\": null,\n            \"durationCount\": 3,\n            \"durationType\": \"week\",\n            \"translations\": \"{\\\"name\\\":{\\\"fr_FR\\\":\\\"amelia paket french\\\",\\\"en_GB\\\":\\\"\\\"},\\\"description\\\":{\\\"fr_FR\\\":\\\"desc french\\\",\\\"en_GB\\\":\\\"\\\",\\\"fr_FRHtml\\\":\\\"desc french\\\",\\\"en_GBHtml\\\":\\\"\\\"}}\",\n            \"sharedCapacity\": false,\n            \"quantity\": 1,\n            \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n        },\n        \"paymentId\": 782,\n        \"packageCustomerId\": 104,\n        \"payment\": {\n            \"id\": 782,\n            \"customerBookingId\": null,\n            \"packageCustomerId\": 104,\n            \"parentId\": null,\n            \"amount\": 0,\n            \"gateway\": \"onSite\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2024-05-27 12:35:52\",\n            \"status\": \"pending\",\n            \"data\": \"\",\n            \"entity\": \"package\",\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"triggeredActions\": null,\n            \"wcOrderId\": null,\n            \"wcOrderItemId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null,\n            \"transactionId\": null\n        },\n        \"isCart\": false,\n        \"customerCabinetUrl\": \"http://localhost/amelia2/?page_id=82\"\n    }\n}"
						},
						{
							"name": "add package booking simple",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"package\",\n    \"bookings\": [\n        {\n            \"customer\": {\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"email\": \"amelia@test.test\",\n                \"phone\": \"\"\n            },\n            \"persons\": 1\n        }\n    ],\n    \"payment\": {\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\",\n        \"data\": {}\n    },\n    \"package\": [\n        {\n            \"bookingStart\": \"2024-06-05 07:30\",\n            \"serviceId\": 1,\n            \"providerId\": 4,\n            \"locationId\": 8,\n            \"utcOffset\": 120,\n            \"notifyParticipants\": 1\n        },\n        {\n            \"bookingStart\": \"2024-06-04 10:00\",\n            \"serviceId\": 11,\n            \"providerId\": 4,\n            \"locationId\": 8,\n            \"utcOffset\": 120,\n            \"notifyParticipants\": 1\n        }\n    ],\n    \"packageId\": 1\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 27 May 2024 10:42:06 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1947"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added booking\",\n    \"data\": {\n        \"type\": \"package\",\n        \"package\": [\n            {\n                \"type\": \"appointment\",\n                \"appointment\": {\n                    \"id\": 582,\n                    \"bookings\": [\n                        {\n                            \"id\": 768,\n                            \"customerId\": 2,\n                            \"customer\": {\n                                \"id\": 2,\n                                \"firstName\": \"Amelia\",\n                                \"lastName\": \"Test\",\n                                \"birthday\": null,\n                                \"email\": \"amelia@test.test\",\n                                \"phone\": null,\n                                \"type\": \"customer\",\n                                \"status\": null,\n                                \"note\": null,\n                                \"zoomUserId\": null,\n                                \"countryPhoneIso\": null,\n                                \"externalId\": null,\n                                \"pictureFullPath\": null,\n                                \"pictureThumbPath\": null,\n                                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                                \"gender\": null\n                            },\n                            \"status\": \"approved\",\n                            \"extras\": [],\n                            \"couponId\": null,\n                            \"price\": 20,\n                            \"coupon\": null,\n                            \"customFields\": null,\n                            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":null,\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                            \"appointmentId\": 582,\n                            \"persons\": 1,\n                            \"token\": \"7c62c7fd61\",\n                            \"payments\": [],\n                            \"utcOffset\": 120,\n                            \"aggregatedPrice\": true,\n                            \"isChangedStatus\": null,\n                            \"isLastBooking\": null,\n                            \"packageCustomerService\": {\n                                \"id\": 131,\n                                \"serviceId\": 1,\n                                \"providerId\": null,\n                                \"locationId\": null,\n                                \"bookingsCount\": 1,\n                                \"packageCustomer\": {\n                                    \"id\": 105,\n                                    \"packageId\": 1,\n                                    \"customerId\": 2,\n                                    \"price\": 40,\n                                    \"payments\": [],\n                                    \"start\": \"2024-05-27 10:42:08\",\n                                    \"end\": \"2024-06-17 12:42:08\",\n                                    \"purchased\": \"2024-05-27 10:42:08\",\n                                    \"status\": null,\n                                    \"bookingsCount\": 0,\n                                    \"couponId\": null,\n                                    \"coupon\": null\n                                }\n                            },\n                            \"ticketsData\": [],\n                            \"duration\": null,\n                            \"created\": \"2024-05-27 12:42:28\",\n                            \"actionsCompleted\": false,\n                            \"isUpdated\": null\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"internalNotes\": null,\n                    \"status\": \"approved\",\n                    \"serviceId\": 1,\n                    \"parentId\": null,\n                    \"providerId\": 4,\n                    \"locationId\": 8,\n                    \"provider\": null,\n                    \"service\": null,\n                    \"location\": {\n                        \"id\": 8,\n                        \"status\": \"visible\",\n                        \"name\": \"lokacija5\",\n                        \"description\": \"\",\n                        \"address\": \"Velisava Vulovića, Belgrade, Serbia\",\n                        \"phone\": \"\",\n                        \"latitude\": 44.764132,\n                        \"longitude\": 20.455622,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"pin\": \"\",\n                        \"translations\": null\n                    },\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null,\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookingStart\": \"2024-06-05 09:30:00\",\n                    \"bookingEnd\": \"2024-06-05 10:00:00\",\n                    \"type\": \"appointment\",\n                    \"isRescheduled\": null,\n                    \"isFull\": null,\n                    \"resources\": []\n                },\n                \"booking\": {\n                    \"id\": 768,\n                    \"customerId\": 2,\n                    \"customer\": {\n                        \"id\": 2,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": null,\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":null,\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 582,\n                    \"persons\": 1,\n                    \"token\": \"7c62c7fd61\",\n                    \"payments\": [],\n                    \"utcOffset\": 120,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": {\n                        \"id\": 131,\n                        \"serviceId\": 1,\n                        \"providerId\": null,\n                        \"locationId\": null,\n                        \"bookingsCount\": 1,\n                        \"packageCustomer\": {\n                            \"id\": 105,\n                            \"packageId\": 1,\n                            \"customerId\": 2,\n                            \"price\": 40,\n                            \"payments\": [],\n                            \"start\": \"2024-05-27 10:42:08\",\n                            \"end\": \"2024-06-17 12:42:08\",\n                            \"purchased\": \"2024-05-27 10:42:08\",\n                            \"status\": null,\n                            \"bookingsCount\": 0,\n                            \"couponId\": null,\n                            \"coupon\": null\n                        }\n                    },\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": \"2024-05-27 12:42:28\",\n                    \"actionsCompleted\": false,\n                    \"isUpdated\": null\n                },\n                \"utcTime\": [\n                    {\n                        \"start\": \"2024-06-05 07:30:00\",\n                        \"end\": \"2024-06-05 08:00:00\"\n                    }\n                ],\n                \"appointmentStatusChanged\": false\n            },\n            {\n                \"type\": \"appointment\",\n                \"appointment\": {\n                    \"id\": 583,\n                    \"bookings\": [\n                        {\n                            \"id\": 769,\n                            \"customerId\": 2,\n                            \"customer\": {\n                                \"id\": 2,\n                                \"firstName\": \"Amelia\",\n                                \"lastName\": \"Test\",\n                                \"birthday\": null,\n                                \"email\": \"amelia@test.test\",\n                                \"phone\": null,\n                                \"type\": \"customer\",\n                                \"status\": null,\n                                \"note\": null,\n                                \"zoomUserId\": null,\n                                \"countryPhoneIso\": null,\n                                \"externalId\": null,\n                                \"pictureFullPath\": null,\n                                \"pictureThumbPath\": null,\n                                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                                \"gender\": null\n                            },\n                            \"status\": \"approved\",\n                            \"extras\": [],\n                            \"couponId\": null,\n                            \"price\": 20,\n                            \"coupon\": null,\n                            \"customFields\": null,\n                            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":null,\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                            \"appointmentId\": 583,\n                            \"persons\": 1,\n                            \"token\": \"6482b82d4a\",\n                            \"payments\": [],\n                            \"utcOffset\": 120,\n                            \"aggregatedPrice\": true,\n                            \"isChangedStatus\": null,\n                            \"isLastBooking\": null,\n                            \"packageCustomerService\": {\n                                \"id\": 132,\n                                \"serviceId\": 11,\n                                \"providerId\": null,\n                                \"locationId\": null,\n                                \"bookingsCount\": 1,\n                                \"packageCustomer\": {\n                                    \"id\": 105,\n                                    \"packageId\": 1,\n                                    \"customerId\": 2,\n                                    \"price\": 40,\n                                    \"payments\": [],\n                                    \"start\": \"2024-05-27 10:42:08\",\n                                    \"end\": \"2024-06-17 12:42:08\",\n                                    \"purchased\": \"2024-05-27 10:42:08\",\n                                    \"status\": null,\n                                    \"bookingsCount\": 0,\n                                    \"couponId\": null,\n                                    \"coupon\": null\n                                }\n                            },\n                            \"ticketsData\": [],\n                            \"duration\": null,\n                            \"created\": \"2024-05-27 12:42:39\",\n                            \"actionsCompleted\": false,\n                            \"isUpdated\": null\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"internalNotes\": null,\n                    \"status\": \"approved\",\n                    \"serviceId\": 11,\n                    \"parentId\": null,\n                    \"providerId\": 4,\n                    \"locationId\": 8,\n                    \"provider\": null,\n                    \"service\": null,\n                    \"location\": {\n                        \"id\": 8,\n                        \"status\": \"visible\",\n                        \"name\": \"lokacija5\",\n                        \"description\": \"\",\n                        \"address\": \"Velisava Vulovića, Belgrade, Serbia\",\n                        \"phone\": \"\",\n                        \"latitude\": 44.764132,\n                        \"longitude\": 20.455622,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"pin\": \"\",\n                        \"translations\": null\n                    },\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null,\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookingStart\": \"2024-06-04 12:00:00\",\n                    \"bookingEnd\": \"2024-06-04 12:30:00\",\n                    \"type\": \"appointment\",\n                    \"isRescheduled\": null,\n                    \"isFull\": null,\n                    \"resources\": []\n                },\n                \"booking\": {\n                    \"id\": 769,\n                    \"customerId\": 2,\n                    \"customer\": {\n                        \"id\": 2,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": null,\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":null,\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 583,\n                    \"persons\": 1,\n                    \"token\": \"6482b82d4a\",\n                    \"payments\": [],\n                    \"utcOffset\": 120,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": {\n                        \"id\": 132,\n                        \"serviceId\": 11,\n                        \"providerId\": null,\n                        \"locationId\": null,\n                        \"bookingsCount\": 1,\n                        \"packageCustomer\": {\n                            \"id\": 105,\n                            \"packageId\": 1,\n                            \"customerId\": 2,\n                            \"price\": 40,\n                            \"payments\": [],\n                            \"start\": \"2024-05-27 10:42:08\",\n                            \"end\": \"2024-06-17 12:42:08\",\n                            \"purchased\": \"2024-05-27 10:42:08\",\n                            \"status\": null,\n                            \"bookingsCount\": 0,\n                            \"couponId\": null,\n                            \"coupon\": null\n                        }\n                    },\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": \"2024-05-27 12:42:39\",\n                    \"actionsCompleted\": false,\n                    \"isUpdated\": null\n                },\n                \"utcTime\": [\n                    {\n                        \"start\": \"2024-06-04 10:00:00\",\n                        \"end\": \"2024-06-04 10:30:00\"\n                    }\n                ],\n                \"appointmentStatusChanged\": false\n            }\n        ],\n        \"booking\": null,\n        \"utcTime\": [],\n        \"appointmentStatusChanged\": false,\n        \"recurring\": [],\n        \"packageId\": 1,\n        \"customer\": {\n            \"id\": 2,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"Test\",\n            \"birthday\": null,\n            \"email\": \"amelia@test.test\",\n            \"phone\": null,\n            \"type\": \"customer\",\n            \"status\": null,\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": null,\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n            \"gender\": null,\n            \"locale\": \"\",\n            \"timeZone\": null\n        },\n        \"bookable\": {\n            \"id\": 1,\n            \"name\": \"amelia package\",\n            \"description\": \"description\",\n            \"color\": \"#1788FB\",\n            \"price\": 40,\n            \"deposit\": 10,\n            \"depositPayment\": \"fixed\",\n            \"depositPerPerson\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": 2,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null}}}\",\n            \"fullPayment\": true,\n            \"type\": \"package\",\n            \"status\": \"visible\",\n            \"gallery\": [],\n            \"bookable\": [\n                {\n                    \"id\": 1,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 1,\n                        \"name\": \"service1\",\n                        \"description\": null,\n                        \"color\": null,\n                        \"price\": 20,\n                        \"deposit\": null,\n                        \"depositPayment\": null,\n                        \"depositPerPerson\": null,\n                        \"pictureFullPath\": \"http://localhost/amelia2/wp-content/uploads/2023/12/ocean.jpg\",\n                        \"pictureThumbPath\": \"http://localhost/amelia2/wp-content/uploads/2023/12/ocean.jpg\",\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": null,\n                        \"settings\": null,\n                        \"fullPayment\": null,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 4,\n                        \"duration\": 1800,\n                        \"timeBefore\": 1800,\n                        \"timeAfter\": 1800,\n                        \"bringingAnyone\": null,\n                        \"show\": true,\n                        \"aggregatedPrice\": null,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": null,\n                        \"recurringSub\": null,\n                        \"recurringPayment\": null,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": null,\n                        \"customPricing\": null,\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": null\n                    },\n                    \"minimumScheduled\": 1,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [\n                        {\n                            \"id\": 4,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee@test.test\",\n                            \"phone\": null,\n                            \"type\": \"provider\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": null,\n                            \"badgeId\": null\n                        }\n                    ],\n                    \"locations\": [],\n                    \"allowProviderSelection\": true,\n                    \"position\": null\n                },\n                {\n                    \"id\": 8,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 11,\n                        \"name\": \"service3 20$\",\n                        \"description\": null,\n                        \"color\": null,\n                        \"price\": 20,\n                        \"deposit\": null,\n                        \"depositPayment\": null,\n                        \"depositPerPerson\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": null,\n                        \"settings\": null,\n                        \"fullPayment\": null,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 100,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": null,\n                        \"show\": true,\n                        \"aggregatedPrice\": null,\n                        \"status\": \"visible\",\n                        \"categoryId\": 12,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": null,\n                        \"recurringSub\": null,\n                        \"recurringPayment\": null,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": null,\n                        \"customPricing\": null,\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": null\n                    },\n                    \"minimumScheduled\": 1,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [\n                        {\n                            \"id\": 4,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee@test.test\",\n                            \"phone\": null,\n                            \"type\": \"provider\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": null,\n                            \"badgeId\": null\n                        }\n                    ],\n                    \"locations\": [],\n                    \"allowProviderSelection\": true,\n                    \"position\": null\n                }\n            ],\n            \"calculatedPrice\": true,\n            \"discount\": 0,\n            \"endDate\": null,\n            \"durationCount\": 3,\n            \"durationType\": \"week\",\n            \"translations\": \"{\\\"name\\\":{\\\"fr_FR\\\":\\\"amelia paket french\\\",\\\"en_GB\\\":\\\"\\\"},\\\"description\\\":{\\\"fr_FR\\\":\\\"desc french\\\",\\\"en_GB\\\":\\\"\\\",\\\"fr_FRHtml\\\":\\\"desc french\\\",\\\"en_GBHtml\\\":\\\"\\\"}}\",\n            \"sharedCapacity\": false,\n            \"quantity\": 1,\n            \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n        },\n        \"paymentId\": 783,\n        \"packageCustomerId\": 105,\n        \"payment\": {\n            \"id\": 783,\n            \"customerBookingId\": null,\n            \"packageCustomerId\": 105,\n            \"parentId\": null,\n            \"amount\": 0,\n            \"gateway\": \"onSite\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2024-05-27 12:42:39\",\n            \"status\": \"pending\",\n            \"data\": \"\",\n            \"entity\": \"package\",\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"triggeredActions\": null,\n            \"wcOrderId\": null,\n            \"wcOrderItemId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null,\n            \"transactionId\": null\n        },\n        \"isCart\": false,\n        \"customerCabinetUrl\": \"http://localhost/amelia2/?page_id=82\"\n    }\n}"
						}
					]
				},
				{
					"name": "add booking required",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"type\": \"appointment\",\n    \"bookings\": [\n        {\n            \"customer\": {\n                \"firstName\": \"Rob\",\n                \"lastName\": \"Stark\",\n                \"email\": \"robstark@test.test\"\n            },\n            \"duration\": 10800,\n            \"persons\": 1\n        }\n    ],\n    \"payment\": {\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\"\n    },\n    \"bookingStart\": \"2024-04-18 09:00\",\n    \"notifyParticipants\": 1,\n    \"locationId\": 8,\n    \"providerId\": 1,\n    \"serviceId\": 5\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/bookings",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"bookings"
							]
						}
					},
					"response": []
				},
				{
					"name": "add event booking",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"type\": \"event\",\n    \"bookings\": [\n        {\n            \"customer\": {\n                \"email\": \"amelia@test.test\",\n                \"externalId\": null,\n                \"firstName\": \"Amelia\",\n                \"id\": null,\n                \"lastName\": \"Test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"rs\"\n            },\n            \"customFields\": {\n                \"1\": {\n                    \"label\": \"text\",\n                    \"value\": \"\",\n                    \"type\": \"text\"\n                }\n            },\n            \"customerId\": 0,\n            \"persons\": 1,\n            \"ticketsData\": null,\n            \"utcOffset\": null,\n            \"deposit\": false\n        }\n    ],\n    \"payment\": {\n        \"amount\": \"20.00\",\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\"\n    },\n    \"recaptcha\": false,\n    \"locale\": \"en_US\",\n    \"timeZone\": \"Europe/Belgrade\",\n    \"couponCode\": \"\",\n    \"eventId\": 80\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/bookings",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"bookings"
							]
						}
					},
					"response": [
						{
							"name": "add event booking",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"event\",\n    \"bookings\": [\n        {\n            \"customer\": {\n                \"email\": \"amelia@test.test\",\n                \"externalId\": null,\n                \"firstName\": \"Amelia\",\n                \"id\": null,\n                \"lastName\": \"Test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"rs\"\n            },\n            \"customFields\": {\n                \"1\": {\n                    \"label\": \"text\",\n                    \"value\": \"\",\n                    \"type\": \"text\"\n                }\n            },\n            \"customerId\": 0,\n            \"persons\": 1,\n            \"ticketsData\": null,\n            \"utcOffset\": null,\n            \"deposit\": false\n        }\n    ],\n    \"payment\": {\n        \"amount\": \"20.00\",\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\"\n    },\n    \"recaptcha\": false,\n    \"locale\": \"en_US\",\n    \"timeZone\": \"Europe/Belgrade\",\n    \"couponCode\": \"\",\n    \"returnUrl\": \"http://localhost/amelia/index.php/event-list/\",\n    \"eventId\": 16\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:04:18 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added booking\",\n    \"data\": {\n        \"type\": \"event\",\n        \"event\": {\n            \"id\": 16,\n            \"name\": \"test5\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 20,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n            \"fullPayment\": false,\n            \"bookings\": [\n                {\n                    \"id\": 258,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": \"rs\",\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": \"37dac22dac\",\n                    \"payments\": [\n                        {\n                            \"id\": 299,\n                            \"customerBookingId\": 258,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-20 15:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"event\",\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": false\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 16,\n                    \"eventId\": 16,\n                    \"periodStart\": \"2023-05-20 15:00:00\",\n                    \"periodEnd\": \"2023-05-20 23:00:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": \"same\",\n            \"bookingClosesRec\": \"same\",\n            \"ticketRangeRec\": \"calculate\",\n            \"status\": \"approved\",\n            \"recurring\": {\n                \"cycle\": \"monthly\",\n                \"order\": 3,\n                \"until\": \"2023-05-21 02:00:00\",\n                \"cycleInterval\": 1,\n                \"monthlyRepeat\": \"each\",\n                \"monthDate\": \"2023-03-20 14:00:00\",\n                \"monthlyOnRepeat\": null,\n                \"monthlyOnDay\": null\n            },\n            \"maxCapacity\": 70,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [],\n            \"customTickets\": [],\n            \"gallery\": [],\n            \"providers\": [],\n            \"notifyParticipants\": 1,\n            \"locationId\": null,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": 14,\n            \"created\": \"2023-03-17 16:17:27\",\n            \"zoomUserId\": null,\n            \"organizerId\": null,\n            \"type\": \"event\",\n            \"bringingAnyone\": false,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": false,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": false,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null\n        },\n        \"booking\": {\n            \"id\": 258,\n            \"customerId\": 11,\n            \"customer\": {\n                \"id\": 11,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"birthday\": null,\n                \"email\": \"amelia@test.test\",\n                \"phone\": null,\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": null,\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": \"rs\",\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"gender\": null\n            },\n            \"status\": \"approved\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 20,\n            \"coupon\": null,\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n            \"appointmentId\": null,\n            \"persons\": 1,\n            \"token\": \"37dac22dac\",\n            \"payments\": [\n                {\n                    \"id\": 299,\n                    \"customerBookingId\": 258,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-05-20 15:00:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": \"event\",\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [],\n            \"duration\": null,\n            \"created\": null,\n            \"actionsCompleted\": false\n        },\n        \"utcTime\": [\n            {\n                \"start\": \"2023-05-20 13:00:00\",\n                \"end\": \"2023-05-20 21:00:00\"\n            }\n        ],\n        \"appointmentStatusChanged\": false,\n        \"recurring\": [],\n        \"package\": [],\n        \"packageId\": null,\n        \"customer\": {\n            \"id\": 11,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"Test\",\n            \"birthday\": null,\n            \"email\": \"amelia@test.test\",\n            \"phone\": null,\n            \"type\": \"customer\",\n            \"status\": null,\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n            \"gender\": null,\n            \"locale\": \"en_US\",\n            \"timeZone\": \"Europe/Belgrade\"\n        },\n        \"bookable\": {\n            \"id\": 16,\n            \"name\": \"test5\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 20,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n            \"fullPayment\": false,\n            \"bookings\": [\n                {\n                    \"id\": 173,\n                    \"customerId\": 17,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 0,\n                    \"coupon\": null,\n                    \"customFields\": null,\n                    \"info\": \"{\\\"firstName\\\":\\\"Avatar\\\",\\\"lastName\\\":\\\"Last Airbender\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                },\n                {\n                    \"id\": 174,\n                    \"customerId\": 18,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": null,\n                    \"info\": \"{\\\"firstName\\\":\\\"Ivana\\\",\\\"lastName\\\":\\\"Nikolic\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                },\n                {\n                    \"id\": 257,\n                    \"customerId\": 11,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                },\n                {\n                    \"id\": 258,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": \"rs\",\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": \"37dac22dac\",\n                    \"payments\": [\n                        {\n                            \"id\": 299,\n                            \"customerBookingId\": 258,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-20 15:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"event\",\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": false\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 16,\n                    \"eventId\": 16,\n                    \"periodStart\": \"2023-05-20 15:00:00\",\n                    \"periodEnd\": \"2023-05-20 23:00:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": \"same\",\n            \"bookingClosesRec\": \"same\",\n            \"ticketRangeRec\": \"calculate\",\n            \"status\": \"approved\",\n            \"recurring\": {\n                \"cycle\": \"monthly\",\n                \"order\": 3,\n                \"until\": \"2023-05-21 02:00:00\",\n                \"cycleInterval\": 1,\n                \"monthlyRepeat\": \"each\",\n                \"monthDate\": \"2023-03-20 14:00:00\",\n                \"monthlyOnRepeat\": null,\n                \"monthlyOnDay\": null\n            },\n            \"maxCapacity\": 70,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [],\n            \"customTickets\": [],\n            \"gallery\": [],\n            \"providers\": [],\n            \"notifyParticipants\": 1,\n            \"locationId\": null,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": 14,\n            \"created\": \"2023-03-17 16:17:27\",\n            \"zoomUserId\": null,\n            \"organizerId\": null,\n            \"type\": \"event\",\n            \"bringingAnyone\": false,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": false,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": false,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null\n        },\n        \"paymentId\": 299,\n        \"packageCustomerId\": null,\n        \"payment\": {\n            \"id\": 299,\n            \"customerBookingId\": 258,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 0,\n            \"gateway\": \"onSite\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-20 15:00:00\",\n            \"status\": \"pending\",\n            \"data\": \"\",\n            \"entity\": \"event\",\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        },\n        \"customerCabinetUrl\": \"http://localhost/static_amelia/index.php/customer-panel\"\n    }\n}"
						},
						{
							"name": "add event booking simple",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"event\",\n    \"bookings\": [\n        {\n            \"customer\": {\n                \"email\": \"amelia@test.test\",\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\"\n            },\n            \"persons\": 1\n        }\n    ],\n    \"payment\": {\n        \"amount\": \"20.00\",\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\"\n    },\n    \"eventId\": 96\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:04:18 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added booking\",\n    \"data\": {\n        \"type\": \"event\",\n        \"event\": {\n            \"id\": 16,\n            \"name\": \"test5\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 20,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n            \"fullPayment\": false,\n            \"bookings\": [\n                {\n                    \"id\": 258,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": \"rs\",\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": \"37dac22dac\",\n                    \"payments\": [\n                        {\n                            \"id\": 299,\n                            \"customerBookingId\": 258,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-20 15:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"event\",\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": false\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 16,\n                    \"eventId\": 16,\n                    \"periodStart\": \"2023-05-20 15:00:00\",\n                    \"periodEnd\": \"2023-05-20 23:00:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": \"same\",\n            \"bookingClosesRec\": \"same\",\n            \"ticketRangeRec\": \"calculate\",\n            \"status\": \"approved\",\n            \"recurring\": {\n                \"cycle\": \"monthly\",\n                \"order\": 3,\n                \"until\": \"2023-05-21 02:00:00\",\n                \"cycleInterval\": 1,\n                \"monthlyRepeat\": \"each\",\n                \"monthDate\": \"2023-03-20 14:00:00\",\n                \"monthlyOnRepeat\": null,\n                \"monthlyOnDay\": null\n            },\n            \"maxCapacity\": 70,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [],\n            \"customTickets\": [],\n            \"gallery\": [],\n            \"providers\": [],\n            \"notifyParticipants\": 1,\n            \"locationId\": null,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": 14,\n            \"created\": \"2023-03-17 16:17:27\",\n            \"zoomUserId\": null,\n            \"organizerId\": null,\n            \"type\": \"event\",\n            \"bringingAnyone\": false,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": false,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": false,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null\n        },\n        \"booking\": {\n            \"id\": 258,\n            \"customerId\": 11,\n            \"customer\": {\n                \"id\": 11,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"birthday\": null,\n                \"email\": \"amelia@test.test\",\n                \"phone\": null,\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": null,\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": \"rs\",\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"gender\": null\n            },\n            \"status\": \"approved\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 20,\n            \"coupon\": null,\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n            \"appointmentId\": null,\n            \"persons\": 1,\n            \"token\": \"37dac22dac\",\n            \"payments\": [\n                {\n                    \"id\": 299,\n                    \"customerBookingId\": 258,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-05-20 15:00:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": \"event\",\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [],\n            \"duration\": null,\n            \"created\": null,\n            \"actionsCompleted\": false\n        },\n        \"utcTime\": [\n            {\n                \"start\": \"2023-05-20 13:00:00\",\n                \"end\": \"2023-05-20 21:00:00\"\n            }\n        ],\n        \"appointmentStatusChanged\": false,\n        \"recurring\": [],\n        \"package\": [],\n        \"packageId\": null,\n        \"customer\": {\n            \"id\": 11,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"Test\",\n            \"birthday\": null,\n            \"email\": \"amelia@test.test\",\n            \"phone\": null,\n            \"type\": \"customer\",\n            \"status\": null,\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n            \"gender\": null,\n            \"locale\": \"en_US\",\n            \"timeZone\": \"Europe/Belgrade\"\n        },\n        \"bookable\": {\n            \"id\": 16,\n            \"name\": \"test5\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 20,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n            \"fullPayment\": false,\n            \"bookings\": [\n                {\n                    \"id\": 173,\n                    \"customerId\": 17,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 0,\n                    \"coupon\": null,\n                    \"customFields\": null,\n                    \"info\": \"{\\\"firstName\\\":\\\"Avatar\\\",\\\"lastName\\\":\\\"Last Airbender\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                },\n                {\n                    \"id\": 174,\n                    \"customerId\": 18,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": null,\n                    \"info\": \"{\\\"firstName\\\":\\\"Ivana\\\",\\\"lastName\\\":\\\"Nikolic\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                },\n                {\n                    \"id\": 257,\n                    \"customerId\": 11,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                },\n                {\n                    \"id\": 258,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": \"rs\",\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": \"37dac22dac\",\n                    \"payments\": [\n                        {\n                            \"id\": 299,\n                            \"customerBookingId\": 258,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-20 15:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"event\",\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": false\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 16,\n                    \"eventId\": 16,\n                    \"periodStart\": \"2023-05-20 15:00:00\",\n                    \"periodEnd\": \"2023-05-20 23:00:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": \"same\",\n            \"bookingClosesRec\": \"same\",\n            \"ticketRangeRec\": \"calculate\",\n            \"status\": \"approved\",\n            \"recurring\": {\n                \"cycle\": \"monthly\",\n                \"order\": 3,\n                \"until\": \"2023-05-21 02:00:00\",\n                \"cycleInterval\": 1,\n                \"monthlyRepeat\": \"each\",\n                \"monthDate\": \"2023-03-20 14:00:00\",\n                \"monthlyOnRepeat\": null,\n                \"monthlyOnDay\": null\n            },\n            \"maxCapacity\": 70,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [],\n            \"customTickets\": [],\n            \"gallery\": [],\n            \"providers\": [],\n            \"notifyParticipants\": 1,\n            \"locationId\": null,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": 14,\n            \"created\": \"2023-03-17 16:17:27\",\n            \"zoomUserId\": null,\n            \"organizerId\": null,\n            \"type\": \"event\",\n            \"bringingAnyone\": false,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": false,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": false,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null\n        },\n        \"paymentId\": 299,\n        \"packageCustomerId\": null,\n        \"payment\": {\n            \"id\": 299,\n            \"customerBookingId\": 258,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 0,\n            \"gateway\": \"onSite\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-20 15:00:00\",\n            \"status\": \"pending\",\n            \"data\": \"\",\n            \"entity\": \"event\",\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        },\n        \"customerCabinetUrl\": \"http://localhost/static_amelia/index.php/customer-panel\"\n    }\n}"
						}
					]
				},
				{
					"name": "add event ticket booking",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"type\": \"event\",\n    \"bookings\": [\n        {\n            \"customer\": {\n                \"email\": \"amelia@test.test\",\n                \"externalId\": null,\n                \"firstName\": \"Amelia\",\n                \"id\": null,\n                \"lastName\": \"Test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"rs\"\n            },\n            \"customFields\": {\n                \"1\": {\n                    \"label\": \"text\",\n                    \"value\": \"\",\n                    \"type\": \"text\"\n                }\n            },\n            \"customerId\": 0,\n            \"extras\": [],\n            \"persons\": 1,\n            \"ticketsData\": [\n                {\n                    \"eventTicketId\": 28,\n                    \"persons\": 2\n                }\n            ],\n            \"utcOffset\": null,\n            \"deposit\": false\n        }\n    ],\n    \"payment\": {\n        \"amount\": \"40.00\",\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\"\n    },\n    \"recaptcha\": false,\n    \"locale\": \"en_US\",\n    \"timeZone\": \"Europe/Belgrade\",\n    \"couponCode\": \"\",\n    \"eventId\": 66\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/bookings",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"bookings"
							]
						}
					},
					"response": [
						{
							"name": "add event ticket booking",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"event\",\n    \"bookings\": [\n        {\n            \"customer\": {\n                \"email\": \"amelia@test.test\",\n                \"externalId\": null,\n                \"firstName\": \"Amelia\",\n                \"id\": null,\n                \"lastName\": \"Test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"rs\"\n            },\n            \"customFields\": {\n                \"1\": {\n                    \"label\": \"text\",\n                    \"value\": \"\",\n                    \"type\": \"text\"\n                }\n            },\n            \"customerId\": 0,\n            \"persons\": 1,\n            \"ticketsData\": [\n                {\n                    \"id\": 0,\n                    \"customerBookingId\": null,\n                    \"eventTicketId\": 25,\n                    \"persons\": 0,\n                    \"price\": 20,\n                    \"name\": \"ticket2\"\n                },\n                {\n                    \"id\": 0,\n                    \"customerBookingId\": null,\n                    \"eventTicketId\": 24,\n                    \"persons\": 2,\n                    \"price\": 10,\n                    \"name\": \"ticket1\"\n                }\n            ],\n            \"utcOffset\": null,\n            \"deposit\": false\n        }\n    ],\n    \"payment\": {\n        \"amount\": \"40.00\",\n        \"gateway\": \"onSite\",\n        \"currency\": \"USD\"\n    },\n    \"recaptcha\": false,\n    \"locale\": \"en_US\",\n    \"timeZone\": \"Europe/Belgrade\",\n    \"couponCode\": \"\",\n    \"returnUrl\": \"http://localhost/amelia/index.php/event-list/\",\n    \"eventId\": 54\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:12:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added booking\",\n    \"data\": {\n        \"type\": \"event\",\n        \"event\": {\n            \"id\": 54,\n            \"name\": \"tickets event\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 0,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": false,\n            \"bookings\": [\n                {\n                    \"id\": 262,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": \"rs\",\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 0,\n                    \"token\": \"eace84d090\",\n                    \"payments\": [\n                        {\n                            \"id\": 303,\n                            \"customerBookingId\": 262,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-17 09:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"event\",\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [\n                        {\n                            \"id\": null,\n                            \"eventTicketId\": 25,\n                            \"customerBookingId\": null,\n                            \"persons\": null,\n                            \"price\": 20\n                        },\n                        {\n                            \"id\": null,\n                            \"eventTicketId\": 24,\n                            \"customerBookingId\": null,\n                            \"persons\": 2,\n                            \"price\": 10\n                        }\n                    ],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": false\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 54,\n                    \"eventId\": 54,\n                    \"periodStart\": \"2023-05-17 09:00:00\",\n                    \"periodEnd\": \"2023-05-17 20:30:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": \"same\",\n            \"bookingClosesRec\": \"same\",\n            \"ticketRangeRec\": \"calculate\",\n            \"status\": \"approved\",\n            \"recurring\": null,\n            \"maxCapacity\": 1,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [],\n            \"customTickets\": [\n                {\n                    \"id\": 25,\n                    \"eventId\": 54,\n                    \"name\": \"ticket2\",\n                    \"enabled\": true,\n                    \"price\": 20,\n                    \"dateRangePrice\": null,\n                    \"spots\": 20,\n                    \"dateRanges\": \"[]\",\n                    \"sold\": 0,\n                    \"translations\": null\n                },\n                {\n                    \"id\": 24,\n                    \"eventId\": 54,\n                    \"name\": \"ticket1\",\n                    \"enabled\": true,\n                    \"price\": 10,\n                    \"dateRangePrice\": null,\n                    \"spots\": 10,\n                    \"dateRanges\": \"[]\",\n                    \"sold\": 0,\n                    \"translations\": null\n                }\n            ],\n            \"gallery\": [],\n            \"providers\": [],\n            \"notifyParticipants\": 1,\n            \"locationId\": null,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": null,\n            \"created\": \"2023-04-28 16:05:24\",\n            \"zoomUserId\": null,\n            \"organizerId\": null,\n            \"type\": \"event\",\n            \"bringingAnyone\": true,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": true,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": false,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null\n        },\n        \"booking\": {\n            \"id\": 262,\n            \"customerId\": 11,\n            \"customer\": {\n                \"id\": 11,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"birthday\": null,\n                \"email\": \"amelia@test.test\",\n                \"phone\": null,\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": null,\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": \"rs\",\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"gender\": null\n            },\n            \"status\": \"approved\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 20,\n            \"coupon\": null,\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n            \"appointmentId\": null,\n            \"persons\": 0,\n            \"token\": \"eace84d090\",\n            \"payments\": [\n                {\n                    \"id\": 303,\n                    \"customerBookingId\": 262,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-05-17 09:00:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": \"event\",\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [\n                {\n                    \"id\": null,\n                    \"eventTicketId\": 25,\n                    \"customerBookingId\": null,\n                    \"persons\": null,\n                    \"price\": 20\n                },\n                {\n                    \"id\": null,\n                    \"eventTicketId\": 24,\n                    \"customerBookingId\": null,\n                    \"persons\": 2,\n                    \"price\": 10\n                }\n            ],\n            \"duration\": null,\n            \"created\": null,\n            \"actionsCompleted\": false\n        },\n        \"utcTime\": [\n            {\n                \"start\": \"2023-05-17 07:00:00\",\n                \"end\": \"2023-05-17 18:30:00\"\n            }\n        ],\n        \"appointmentStatusChanged\": false,\n        \"recurring\": [],\n        \"package\": [],\n        \"packageId\": null,\n        \"customer\": {\n            \"id\": 11,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"Test\",\n            \"birthday\": null,\n            \"email\": \"amelia@test.test\",\n            \"phone\": null,\n            \"type\": \"customer\",\n            \"status\": null,\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n            \"gender\": null,\n            \"locale\": \"en_US\",\n            \"timeZone\": \"Europe/Belgrade\"\n        },\n        \"bookable\": {\n            \"id\": 54,\n            \"name\": \"tickets event\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 0,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": false,\n            \"bookings\": [\n                {\n                    \"id\": 259,\n                    \"customerId\": 11,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 40,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 0,\n                    \"token\": null,\n                    \"payments\": [],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [\n                        {\n                            \"id\": 45,\n                            \"eventTicketId\": 25,\n                            \"customerBookingId\": 259,\n                            \"persons\": 2,\n                            \"price\": 20\n                        }\n                    ],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                },\n                {\n                    \"id\": 262,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": \"rs\",\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 0,\n                    \"token\": \"eace84d090\",\n                    \"payments\": [\n                        {\n                            \"id\": 303,\n                            \"customerBookingId\": 262,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-17 09:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": \"event\",\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [\n                        {\n                            \"id\": null,\n                            \"eventTicketId\": 25,\n                            \"customerBookingId\": null,\n                            \"persons\": null,\n                            \"price\": 20\n                        },\n                        {\n                            \"id\": null,\n                            \"eventTicketId\": 24,\n                            \"customerBookingId\": null,\n                            \"persons\": 2,\n                            \"price\": 10\n                        }\n                    ],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": false\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 54,\n                    \"eventId\": 54,\n                    \"periodStart\": \"2023-05-17 09:00:00\",\n                    \"periodEnd\": \"2023-05-17 20:30:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": \"same\",\n            \"bookingClosesRec\": \"same\",\n            \"ticketRangeRec\": \"calculate\",\n            \"status\": \"approved\",\n            \"recurring\": null,\n            \"maxCapacity\": 1,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [],\n            \"customTickets\": [\n                {\n                    \"id\": 25,\n                    \"eventId\": 54,\n                    \"name\": \"ticket2\",\n                    \"enabled\": true,\n                    \"price\": 20,\n                    \"dateRangePrice\": null,\n                    \"spots\": 20,\n                    \"dateRanges\": \"[]\",\n                    \"sold\": 0,\n                    \"translations\": null\n                },\n                {\n                    \"id\": 24,\n                    \"eventId\": 54,\n                    \"name\": \"ticket1\",\n                    \"enabled\": true,\n                    \"price\": 10,\n                    \"dateRangePrice\": null,\n                    \"spots\": 10,\n                    \"dateRanges\": \"[]\",\n                    \"sold\": 0,\n                    \"translations\": null\n                }\n            ],\n            \"gallery\": [],\n            \"providers\": [],\n            \"notifyParticipants\": 1,\n            \"locationId\": null,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": null,\n            \"created\": \"2023-04-28 16:05:24\",\n            \"zoomUserId\": null,\n            \"organizerId\": null,\n            \"type\": \"event\",\n            \"bringingAnyone\": true,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": true,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": false,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null\n        },\n        \"paymentId\": 303,\n        \"packageCustomerId\": null,\n        \"payment\": {\n            \"id\": 303,\n            \"customerBookingId\": 262,\n            \"packageCustomerId\": null,\n            \"parentId\": null,\n            \"amount\": 0,\n            \"gateway\": \"onSite\",\n            \"gatewayTitle\": \"\",\n            \"dateTime\": \"2023-05-17 09:00:00\",\n            \"status\": \"pending\",\n            \"data\": \"\",\n            \"entity\": \"event\",\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"wcOrderId\": null,\n            \"wcOrderUrl\": null,\n            \"wcItemCouponValue\": null,\n            \"wcItemTaxValue\": null\n        },\n        \"customerCabinetUrl\": \"http://localhost/static_amelia/index.php/customer-panel\"\n    }\n}"
						}
					]
				},
				{
					"name": "post booking actions",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('booking_id', 900)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"type\": \"appointment\",\n    \"appointmentStatusChanged\": false,\n    \"recurring\": [],\n    \"packageId\": null,\n    \"customerId\": 11,\n    \"paymentId\": 916,\n    \"packageCustomerId\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/bookings/success/{{booking_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"bookings",
								"success",
								"{{booking_id}}"
							]
						}
					},
					"response": [
						{
							"name": "post booking actions",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"appointment\",\n    \"appointmentStatusChanged\": false,\n    \"recurring\": [],\n    \"packageId\": null,\n    \"customer\": {\n        \"id\": 11,\n        \"firstName\": \"Amelia\",\n        \"lastName\": \"Test\",\n        \"birthday\": null,\n        \"email\": \"amelia@test.test\",\n        \"phone\": null,\n        \"type\": \"customer\",\n        \"status\": null,\n        \"note\": null,\n        \"zoomUserId\": null,\n        \"countryPhoneIso\": null,\n        \"externalId\": null,\n        \"pictureFullPath\": null,\n        \"pictureThumbPath\": null,\n        \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n        \"gender\": null,\n        \"locale\": \"en_US\",\n        \"timeZone\": \"Europe/Belgrade\"\n    },\n    \"paymentId\": 297,\n    \"packageCustomerId\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings/success/{{booking_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings",
										"success",
										"{{booking_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:59:09 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "48"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully get booking\",\n    \"data\": []\n}"
						}
					]
				},
				{
					"name": "delete booking",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('booking_id', 732)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/bookings/delete/{{booking_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"bookings",
								"delete",
								"{{booking_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete booking",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/bookings/delete/{{booking_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings",
										"delete",
										"{{booking_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:22:53 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "2437"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted booking\",\n    \"data\": {\n        \"appointment\": {\n            \"id\": 175,\n            \"bookings\": [\n                {\n                    \"id\": 256,\n                    \"customerId\": 11,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 20,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"custom field value\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 175,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 297,\n                            \"customerBookingId\": 256,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-22 12:30:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": true,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 1800,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"rejected\",\n            \"serviceId\": 1,\n            \"parentId\": null,\n            \"providerId\": 3,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-05-22 12:30:00\",\n            \"bookingEnd\": \"2023-05-22 13:00:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"resources\": []\n        },\n        \"bookingsWithChangedStatus\": [\n            {\n                \"id\": 256,\n                \"customerId\": 11,\n                \"customer\": null,\n                \"status\": \"approved\",\n                \"extras\": [],\n                \"couponId\": null,\n                \"price\": 20,\n                \"coupon\": null,\n                \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"custom field value\\\"}}\",\n                \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                \"appointmentId\": 175,\n                \"persons\": 1,\n                \"token\": null,\n                \"payments\": [\n                    {\n                        \"id\": 297,\n                        \"customerBookingId\": 256,\n                        \"packageCustomerId\": null,\n                        \"parentId\": null,\n                        \"amount\": 0,\n                        \"gateway\": \"onSite\",\n                        \"gatewayTitle\": \"\",\n                        \"dateTime\": \"2023-05-22 12:30:00\",\n                        \"status\": \"pending\",\n                        \"data\": \"\",\n                        \"entity\": null,\n                        \"created\": null,\n                        \"actionsCompleted\": null,\n                        \"wcOrderId\": null,\n                        \"wcOrderUrl\": null,\n                        \"wcItemCouponValue\": null,\n                        \"wcItemTaxValue\": null\n                    }\n                ],\n                \"utcOffset\": null,\n                \"aggregatedPrice\": true,\n                \"isChangedStatus\": null,\n                \"isLastBooking\": null,\n                \"packageCustomerService\": null,\n                \"ticketsData\": [],\n                \"duration\": 1800,\n                \"created\": null,\n                \"actionsCompleted\": null\n            }\n        ],\n        \"bookingDeleted\": true,\n        \"appointmentDeleted\": true\n    }\n}"
						}
					]
				},
				{
					"name": "cancel booking",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('booking_id', 732)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"type\": \"appointment\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/bookings/cancel/{{booking_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"bookings",
								"cancel",
								"{{booking_id}}"
							]
						}
					},
					"response": [
						{
							"name": "cancel booking",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"type\": \"event\" //appointment, event\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings/cancel/{{booking_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings",
										"cancel",
										"{{booking_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 02 Jun 2023 12:55:59 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "4589"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=99"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated booking status\",\n    \"data\": {\n        \"event\": {\n            \"id\": 66,\n            \"name\": \"event tickets 1234\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 0,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":false,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": false,\n            \"bookings\": [\n                {\n                    \"id\": 357,\n                    \"customerId\": 11,\n                    \"customer\": {\n                        \"id\": 11,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"amelia@test.test\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 2,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 0,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 397,\n                            \"customerBookingId\": 357,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-06-06 12:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [\n                        {\n                            \"id\": 51,\n                            \"eventTicketId\": 28,\n                            \"customerBookingId\": 357,\n                            \"persons\": 2,\n                            \"price\": 1\n                        }\n                    ],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"isUpdated\": null\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 66,\n                    \"eventId\": 66,\n                    \"periodStart\": \"2023-06-06 14:00:00\",\n                    \"periodEnd\": \"2023-06-07 23:00:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": null,\n            \"bookingClosesRec\": null,\n            \"ticketRangeRec\": null,\n            \"status\": \"approved\",\n            \"recurring\": null,\n            \"maxCapacity\": 1,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [],\n            \"customTickets\": [\n                {\n                    \"id\": 29,\n                    \"eventId\": 66,\n                    \"name\": \"tiket2\",\n                    \"enabled\": true,\n                    \"price\": 2,\n                    \"dateRangePrice\": null,\n                    \"spots\": 100,\n                    \"dateRanges\": \"[]\",\n                    \"sold\": 0,\n                    \"translations\": null\n                },\n                {\n                    \"id\": 28,\n                    \"eventId\": 66,\n                    \"name\": \"tiket1\",\n                    \"enabled\": true,\n                    \"price\": 1,\n                    \"dateRangePrice\": null,\n                    \"spots\": 100,\n                    \"dateRanges\": \"[]\",\n                    \"sold\": 0,\n                    \"translations\": null\n                }\n            ],\n            \"gallery\": [],\n            \"providers\": [],\n            \"notifyParticipants\": 1,\n            \"locationId\": null,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": null,\n            \"created\": \"2023-06-02 13:34:01\",\n            \"zoomUserId\": null,\n            \"organizerId\": null,\n            \"type\": \"event\",\n            \"bringingAnyone\": true,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": true,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": null,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null,\n            \"aggregatedPrice\": true\n        },\n        \"appointmentStatusChanged\": false,\n        \"booking\": {\n            \"id\": 357,\n            \"customerId\": 11,\n            \"customer\": {\n                \"id\": 11,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"birthday\": null,\n                \"email\": \"amelia@test.test\",\n                \"phone\": null,\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": null,\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": null,\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": null,\n                \"gender\": null\n            },\n            \"status\": \"canceled\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 2,\n            \"coupon\": null,\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n            \"appointmentId\": null,\n            \"persons\": 0,\n            \"token\": \"4e07da78a4\",\n            \"payments\": [\n                {\n                    \"id\": 397,\n                    \"customerBookingId\": 357,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-06-06 12:00:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [],\n            \"duration\": null,\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"isUpdated\": null\n        },\n        \"type\": \"event\",\n        \"status\": \"canceled\",\n        \"message\": \"Appointment status has been changed to canceled\"\n    }\n}"
						}
					]
				},
				{
					"name": "reschedule booking",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('booking_id', 811)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"bookingStart\": \"2023-08-25 12:20\",\n    \"utcOffset\": null,\n    \"timeZone\": \"Europe/Belgrade\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/bookings/reassign/{{booking_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"bookings",
								"reassign",
								"{{booking_id}}"
							]
						}
					},
					"response": [
						{
							"name": "reschedule booking",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"bookingStart\": \"2023-06-13 10:30\",\n    \"utcOffset\": null,\n    \"timeZone\": \"Europe/Belgrade\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/bookings/reassign/{{booking_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"bookings",
										"reassign",
										"{{booking_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 02 Jun 2023 13:06:16 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "3475"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated appointment\",\n    \"data\": {\n        \"booking\": {\n            \"id\": 348,\n            \"customerId\": 2,\n            \"customer\": null,\n            \"status\": \"approved\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 45,\n            \"coupon\": null,\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"address\\\"}}\",\n            \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":\\\"+381631652656\\\",\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n            \"appointmentId\": 224,\n            \"persons\": 1,\n            \"token\": null,\n            \"payments\": [\n                {\n                    \"id\": 389,\n                    \"customerBookingId\": 348,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-06-13 14:30:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [],\n            \"duration\": 3600,\n            \"created\": \"2023-05-31 16:20:22\",\n            \"actionsCompleted\": null,\n            \"isUpdated\": null\n        },\n        \"newAppointment\": null,\n        \"oldAppointment\": {\n            \"id\": 224,\n            \"bookings\": [\n                {\n                    \"id\": 348,\n                    \"customerId\": 2,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 45,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"address\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":\\\"+381631652656\\\",\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                    \"appointmentId\": 224,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 389,\n                            \"customerBookingId\": 348,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-06-13 14:30:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": 3600,\n                    \"created\": \"2023-05-31 16:20:22\",\n                    \"actionsCompleted\": null,\n                    \"isUpdated\": null\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"approved\",\n            \"serviceId\": 4,\n            \"parentId\": null,\n            \"providerId\": 1,\n            \"locationId\": 1,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABnlwGXMAAAA=\",\n            \"zoomMeeting\": {\n                \"id\": 81512909066,\n                \"startUrl\": \"https://us06web.zoom.us/s/81512909066?zak=eyJ0eXAiOiJKV1QiLCJzdiI6IjAwMDAwMSIsInptX3NrbSI6InptX28ybSIsImFsZyI6IkhTMjU2In0.eyJhdWQiOiJjbGllbnRzbSIsInVpZCI6IkNGUUQ1bV9BU1pPNXpLTE5VbS1pOFEiLCJpc3MiOiJ3ZWIiLCJzayI6IjAiLCJzdHkiOjEsIndjZCI6InVzMDYiLCJjbHQiOjAsIm1udW0iOiI4MTUxMjkwOTA2NiIsImV4cCI6MTY4NTU1MDAyNSwiaWF0IjoxNjg1NTQyODI1LCJhaWQiOiJpeV8zd01JUFRyLTdyclZZSnZnM01nIiwiY2lkIjoiIn0.waNhyV1_bvVKv2ce-cW7jL8tRQVYj-veHRtZmZ_n3xI\",\n                \"joinUrl\": \"https://us06web.zoom.us/j/81512909066?pwd=QW0yWkwzVkhCM1cvUEVsUWh2a3R2QT09\"\n            },\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-06-13 10:30:00\",\n            \"bookingEnd\": \"2023-06-13 11:30:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": true,\n            \"resources\": []\n        },\n        \"oldAppointmentStatusChanged\": false,\n        \"existingAppointment\": null,\n        \"existingAppointmentStatusChanged\": false,\n        \"initialAppointmentDateTime\": {\n            \"bookingStart\": \"2023-06-13 14:30:00\",\n            \"bookingEnd\": \"2023-06-13 15:30:00\"\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Extras",
			"item": [
				{
					"name": "add extra",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"Extra\",\n    \"price\": 20,\n    \"duration\": 1800,\n    \"description\": \"Extra description\",\n    \"maxQuantity\": 1,\n    \"position\": 1,\n    \"translations\": \"{\\\"name\\\":{\\\"fr_FR\\\":\\\"supplémentaire\\\"},\\\"description\\\":{\\\"fr_FR\\\":\\\"description du supplément\\\",\\\"fr_FRHtml\\\":\\\"description du supplément\\\"}}\",\n    \"aggregatedPrice\": 0,\n    \"serviceId\": 1\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/extras",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"extras"
							]
						}
					},
					"response": [
						{
							"name": "add extra",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"Extra 1\",\n    \"duration\": 1800,\n    \"price\": 20,\n    \"description\": \"Extra description\",\n    \"maxQuantity\": 1,\n    \"position\": 1,\n    \"translations\": null,\n    \"aggregatedPrice\": 0,\n    \"serviceId\": 1\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/extras",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"extras"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 14:11:25 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "243"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new service extra.\",\n    \"data\": {\n        \"extra\": {\n            \"id\": 12,\n            \"name\": \"Extra 1\",\n            \"description\": \"Extra description\",\n            \"price\": 20,\n            \"maxQuantity\": 1,\n            \"position\": 1,\n            \"duration\": 1800,\n            \"serviceId\": 1,\n            \"aggregatedPrice\": false,\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "update extra",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('extra_id', 17);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"Extra 3\",\n    \"duration\": 1800,\n    \"price\": 20,\n    \"description\": \"Extra description\",\n    \"maxQuantity\": 1,\n    \"position\": 1,\n    \"translations\": null,\n    \"aggregatedPrice\": 0,\n    \"serviceId\": 1\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/extras/{{extra_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"extras",
								"{{extra_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update extra",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"Extra 3\",\n    \"duration\": 1800,\n    \"price\": 20,\n    \"description\": \"Extra description\",\n    \"maxQuantity\": 1,\n    \"position\": 1,\n    \"translations\": null,\n    \"aggregatedPrice\": 0,\n    \"serviceId\": 1\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/extras/{{extra_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"extras",
										"{{extra_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:29:19 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "183"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated bookable extra.\",\n    \"data\": {\n        \"extra\": {\n            \"id\": 17,\n            \"name\": \"Extra 3\",\n            \"description\": \"Extra description\",\n            \"price\": 20,\n            \"maxQuantity\": 1,\n            \"position\": 1,\n            \"duration\": 1800,\n            \"serviceId\": 1,\n            \"aggregatedPrice\": false,\n            \"translations\": null\n        }\n    }\n}"
						},
						{
							"name": "update extra partially",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"Extra 2\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/extras/{{extra_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"extras",
										"{{extra_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:28:13 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "178"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated bookable extra.\",\n    \"data\": {\n        \"extra\": {\n            \"id\": 17,\n            \"name\": \"Extra 2\",\n            \"description\": \"\",\n            \"price\": 0,\n            \"maxQuantity\": 1,\n            \"position\": 1,\n            \"duration\": 600,\n            \"serviceId\": 1,\n            \"aggregatedPrice\": false,\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "delete extra",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('extra_id', 15);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/extras/delete/{{extra_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"extras",
								"delete",
								"{{extra_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete extra",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/extras/delete/{{extra_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"extras",
										"delete",
										"{{extra_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 14:18:37 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "242"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted bookable extra.\",\n    \"data\": {\n        \"extra\": {\n            \"id\": 12,\n            \"name\": \"Extra 2\",\n            \"description\": \"Extra description\",\n            \"price\": 20,\n            \"maxQuantity\": 3,\n            \"position\": 1,\n            \"duration\": 1800,\n            \"serviceId\": 1,\n            \"aggregatedPrice\": false,\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "get extras",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/extras",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"extras"
							]
						}
					},
					"response": [
						{
							"name": "get extras",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/extras",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"extras"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 14:17:49 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1337"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved extras.\",\n    \"data\": {\n        \"extras\": [\n            {\n                \"id\": 4,\n                \"name\": \"extra1\",\n                \"description\": \"\",\n                \"price\": 10,\n                \"maxQuantity\": 5,\n                \"position\": 1,\n                \"duration\": null,\n                \"serviceId\": 1,\n                \"aggregatedPrice\": false,\n                \"translations\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"extra1\",\n                \"description\": \"\",\n                \"price\": 20,\n                \"maxQuantity\": 1,\n                \"position\": 1,\n                \"duration\": null,\n                \"serviceId\": 6,\n                \"aggregatedPrice\": false,\n                \"translations\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"extra2\",\n                \"description\": \"\",\n                \"price\": 0,\n                \"maxQuantity\": 3,\n                \"position\": 2,\n                \"duration\": 1800,\n                \"serviceId\": 6,\n                \"aggregatedPrice\": false,\n                \"translations\": null\n            },\n            {\n                \"id\": 7,\n                \"name\": \"extra1\",\n                \"description\": \"\",\n                \"price\": 0,\n                \"maxQuantity\": 1,\n                \"position\": 1,\n                \"duration\": 1800,\n                \"serviceId\": 9,\n                \"aggregatedPrice\": false,\n                \"translations\": null\n            },\n            {\n                \"id\": 8,\n                \"name\": \"extra1\",\n                \"description\": \"\",\n                \"price\": 100,\n                \"maxQuantity\": 1,\n                \"position\": 1,\n                \"duration\": 1800,\n                \"serviceId\": 10,\n                \"aggregatedPrice\": false,\n                \"translations\": null\n            },\n            {\n                \"id\": 10,\n                \"name\": \"extra1\",\n                \"description\": \"\",\n                \"price\": 100,\n                \"maxQuantity\": 1,\n                \"position\": 1,\n                \"duration\": 1800,\n                \"serviceId\": 12,\n                \"aggregatedPrice\": false,\n                \"translations\": null\n            },\n            {\n                \"id\": 11,\n                \"name\": \"extra1\",\n                \"description\": \"\",\n                \"price\": 100,\n                \"maxQuantity\": 1,\n                \"position\": 1,\n                \"duration\": 1800,\n                \"serviceId\": 12,\n                \"aggregatedPrice\": false,\n                \"translations\": null\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Extra 2\",\n                \"description\": \"Extra description\",\n                \"price\": 20,\n                \"maxQuantity\": 3,\n                \"position\": 1,\n                \"duration\": 1800,\n                \"serviceId\": 1,\n                \"aggregatedPrice\": false,\n                \"translations\": null\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "get extra",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('extra_id', 4);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/extras/{{extra_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"extras",
								"{{extra_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get extra",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/extras/{{extra_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"extras",
										"{{extra_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 14:18:26 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "234"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved extra\",\n    \"data\": {\n        \"extra\": {\n            \"id\": 12,\n            \"name\": \"Extra 2\",\n            \"description\": \"Extra description\",\n            \"price\": 20,\n            \"maxQuantity\": 3,\n            \"position\": 1,\n            \"duration\": 1800,\n            \"serviceId\": 1,\n            \"aggregatedPrice\": false,\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Events",
			"item": [
				{
					"name": "add event",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"parentId\": null,\n    \"name\": \"Amelia Event\",\n    \"periods\": [\n        {\n            \"periodStart\": \"2023-10-10 14:00:00\",\n            \"periodEnd\": \"2023-10-20 22:30:00\"\n        }\n    ],\n    \"bookingOpens\": \"2023-10-05 14:00:00\",\n    \"bookingCloses\": \"2023-10-09 14:00:00\",\n    \"bookingOpensRec\": \"same\",\n    \"bookingClosesRec\": \"same\",\n    \"recurring\": {\n        \"monthlyRepeat\": \"each\",\n        \"monthDate\": null,\n        \"monthlyOnRepeat\": null,\n        \"monthlyOnDay\": null,\n        \"cycleInterval\": 1,\n        \"cycle\": \"weekly\",\n        \"order\": null,\n        \"until\": \"2023-10-22 00:00:00\"\n    },\n    \"bringingAnyone\": true,\n    \"bookMultipleTimes\": true,\n    \"maxCapacity\": 100,\n    \"maxExtraPeople\": null,\n    \"price\": 100,\n    \"tags\": [\n        {\n            \"name\": \"tag1\"\n        }\n    ],\n    \"providers\": [\n        {\n            \"id\": 1\n        },\n        {\n            \"id\": 3\n        }\n    ],\n    \"description\": \"\",\n    \"gallery\": [],\n    \"color\": \"#1788FB\",\n    \"show\": true,\n    \"locationId\": 2,\n    \"customLocation\": null,\n    \"applyGlobally\": true,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n    \"translations\": null,\n    \"deposit\": 10,\n    \"depositPayment\": \"fixed\",\n    \"depositPerPerson\": 1,\n    \"fullPayment\": true,\n    \"customPricing\": false,\n    \"organizerId\": 1,\n    \"closeAfterMin\": null,\n    \"closeAfterMinBookings\": false,\n    \"customTickets\": [\n        {\n            \"name\": \"ticket1\",\n            \"price\": 10,\n            \"spots\": 10,\n            \"enabled\": true,\n            \"dateRanges\": \"[]\"\n        },\n        {\n            \"name\": \"ticket2\",\n            \"price\": 20,\n            \"spots\": 20,\n            \"enabled\": true,\n            \"dateRanges\": \"[]\"\n        }\n    ],\n    \"maxCustomCapacity\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/events",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events"
							]
						}
					},
					"response": [
						{
							"name": "add event",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"parentId\": null,\n    \"name\": \"Amelia Event\",\n    \"periods\": [\n        {\n            \"periodStart\": \"2023-10-10 14:00:00\",\n            \"periodEnd\": \"2023-10-20 22:30:00\"\n        }\n    ],\n    \"bookingOpens\": \"2023-10-05 14:00:00\",\n    \"bookingCloses\": \"2023-10-09 14:00:00\",\n    \"bookingOpensRec\": \"same\",\n    \"bookingClosesRec\": \"same\",\n    \"recurring\": {\n        \"monthlyRepeat\": \"each\",\n        \"monthDate\": null,\n        \"monthlyOnRepeat\": null,\n        \"monthlyOnDay\": null,\n        \"cycleInterval\": 1,\n        \"cycle\": \"weekly\",\n        \"order\": null,\n        \"until\": \"2023-11-08 00:00:00\"\n    },\n    \"bringingAnyone\": true,\n    \"bookMultipleTimes\": true,\n    \"maxCapacity\": 100,\n    \"maxExtraPeople\": null,\n    \"price\": 100,\n    \"tags\": [\n        {\n            \"name\": \"tag1\"\n        }\n    ],\n    \"providers\": [\n        {\n            \"id\": 1\n        },\n        {\n            \"id\": 3\n        }\n    ],\n    \"description\": \"\",\n    \"gallery\": [],\n    \"color\": \"#1788FB\",\n    \"show\": true,\n    \"locationId\": 2,\n    \"customLocation\": null,\n    \"applyGlobally\": true,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n    \"translations\": null,\n    \"deposit\": 10,\n    \"depositPayment\": \"fixed\",\n    \"depositPerPerson\": 1,\n    \"fullPayment\": true,\n    \"customPricing\": false,\n    \"organizerId\": 1,\n    \"closeAfterMin\": null,\n    \"closeAfterMinBookings\": false,\n    \"customTickets\": [\n        {\n            \"name\": \"ticket1\",\n            \"price\": 10,\n            \"spots\": 10,\n            \"enabled\": true,\n            \"dateRanges\": \"[]\"\n        },\n        {\n            \"name\": \"ticket2\",\n            \"price\": 20,\n            \"spots\": 20,\n            \"enabled\": true,\n            \"dateRanges\": \"[]\"\n        }\n    ],\n    \"maxCustomCapacity\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/events",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 03 Nov 2023 15:45:15 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1259"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new event.\",\n    \"data\": {\n        \"events\": [\n            {\n                \"id\": 117,\n                \"name\": \"Amelia Event\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 100,\n                \"deposit\": 10,\n                \"depositPayment\": \"fixed\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                \"fullPayment\": true,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 120,\n                        \"eventId\": 117,\n                        \"periodStart\": \"2023-10-10 14:00:00\",\n                        \"periodEnd\": \"2023-10-20 22:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": \"2023-10-05 14:00:00\",\n                \"bookingCloses\": \"2023-10-09 14:00:00\",\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": null,\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"weekly\",\n                    \"order\": 1,\n                    \"until\": \"2023-11-08 00:00:00\",\n                    \"cycleInterval\": 1,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 100,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [\n                    {\n                        \"id\": 40,\n                        \"eventId\": 117,\n                        \"name\": \"tag1\"\n                    }\n                ],\n                \"customTickets\": [\n                    {\n                        \"id\": 42,\n                        \"eventId\": 117,\n                        \"name\": \"ticket1\",\n                        \"enabled\": true,\n                        \"price\": 10,\n                        \"dateRangePrice\": null,\n                        \"spots\": 10,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    },\n                    {\n                        \"id\": 43,\n                        \"eventId\": 117,\n                        \"name\": \"ticket2\",\n                        \"enabled\": true,\n                        \"price\": 20,\n                        \"dateRangePrice\": null,\n                        \"spots\": 20,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    }\n                ],\n                \"gallery\": [],\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    },\n                    {\n                        \"id\": 3,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"locationId\": 2,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 117,\n                \"created\": \"2023-11-03 16:45:17\",\n                \"zoomUserId\": null,\n                \"organizerId\": 1,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"aggregatedPrice\": null\n            },\n            {\n                \"id\": 118,\n                \"name\": \"Amelia Event\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 100,\n                \"deposit\": 10,\n                \"depositPayment\": \"fixed\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                \"fullPayment\": true,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 121,\n                        \"eventId\": 118,\n                        \"periodStart\": \"2023-10-17 14:00:00\",\n                        \"periodEnd\": \"2023-10-27 22:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": \"2023-10-05 14:00:00\",\n                \"bookingCloses\": \"2023-10-09 14:00:00\",\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": null,\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"weekly\",\n                    \"order\": 2,\n                    \"until\": \"2023-11-08 00:00:00\",\n                    \"cycleInterval\": 1,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 100,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [\n                    {\n                        \"id\": 41,\n                        \"eventId\": 118,\n                        \"name\": \"tag1\"\n                    }\n                ],\n                \"customTickets\": [\n                    {\n                        \"id\": 44,\n                        \"eventId\": 118,\n                        \"name\": \"ticket1\",\n                        \"enabled\": true,\n                        \"price\": 10,\n                        \"dateRangePrice\": null,\n                        \"spots\": 10,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    },\n                    {\n                        \"id\": 45,\n                        \"eventId\": 118,\n                        \"name\": \"ticket2\",\n                        \"enabled\": true,\n                        \"price\": 20,\n                        \"dateRangePrice\": null,\n                        \"spots\": 20,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    }\n                ],\n                \"gallery\": [],\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    },\n                    {\n                        \"id\": 3,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"locationId\": 2,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 117,\n                \"created\": \"2023-11-03 16:45:17\",\n                \"zoomUserId\": null,\n                \"organizerId\": 1,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"aggregatedPrice\": null\n            },\n            {\n                \"id\": 119,\n                \"name\": \"Amelia Event\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 100,\n                \"deposit\": 10,\n                \"depositPayment\": \"fixed\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                \"fullPayment\": true,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 122,\n                        \"eventId\": 119,\n                        \"periodStart\": \"2023-10-24 14:00:00\",\n                        \"periodEnd\": \"2023-11-03 22:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": \"2023-10-05 14:00:00\",\n                \"bookingCloses\": \"2023-10-09 14:00:00\",\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": null,\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"weekly\",\n                    \"order\": 3,\n                    \"until\": \"2023-11-08 00:00:00\",\n                    \"cycleInterval\": 1,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 100,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [\n                    {\n                        \"id\": 42,\n                        \"eventId\": 119,\n                        \"name\": \"tag1\"\n                    }\n                ],\n                \"customTickets\": [\n                    {\n                        \"id\": 46,\n                        \"eventId\": 119,\n                        \"name\": \"ticket1\",\n                        \"enabled\": true,\n                        \"price\": 10,\n                        \"dateRangePrice\": null,\n                        \"spots\": 10,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    },\n                    {\n                        \"id\": 47,\n                        \"eventId\": 119,\n                        \"name\": \"ticket2\",\n                        \"enabled\": true,\n                        \"price\": 20,\n                        \"dateRangePrice\": null,\n                        \"spots\": 20,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    }\n                ],\n                \"gallery\": [],\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    },\n                    {\n                        \"id\": 3,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"locationId\": 2,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 117,\n                \"created\": \"2023-11-03 16:45:17\",\n                \"zoomUserId\": null,\n                \"organizerId\": 1,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"aggregatedPrice\": null\n            },\n            {\n                \"id\": 120,\n                \"name\": \"Amelia Event\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 100,\n                \"deposit\": 10,\n                \"depositPayment\": \"fixed\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                \"fullPayment\": true,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 123,\n                        \"eventId\": 120,\n                        \"periodStart\": \"2023-10-31 14:00:00\",\n                        \"periodEnd\": \"2023-11-10 22:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": \"2023-10-05 14:00:00\",\n                \"bookingCloses\": \"2023-10-09 14:00:00\",\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": null,\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"weekly\",\n                    \"order\": 4,\n                    \"until\": \"2023-11-08 00:00:00\",\n                    \"cycleInterval\": 1,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 100,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [\n                    {\n                        \"id\": 43,\n                        \"eventId\": 120,\n                        \"name\": \"tag1\"\n                    }\n                ],\n                \"customTickets\": [\n                    {\n                        \"id\": 48,\n                        \"eventId\": 120,\n                        \"name\": \"ticket1\",\n                        \"enabled\": true,\n                        \"price\": 10,\n                        \"dateRangePrice\": null,\n                        \"spots\": 10,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    },\n                    {\n                        \"id\": 49,\n                        \"eventId\": 120,\n                        \"name\": \"ticket2\",\n                        \"enabled\": true,\n                        \"price\": 20,\n                        \"dateRangePrice\": null,\n                        \"spots\": 20,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    }\n                ],\n                \"gallery\": [],\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    },\n                    {\n                        \"id\": 3,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"locationId\": 2,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 117,\n                \"created\": \"2023-11-03 16:45:17\",\n                \"zoomUserId\": null,\n                \"organizerId\": 1,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"aggregatedPrice\": null\n            },\n            {\n                \"id\": 121,\n                \"name\": \"Amelia Event\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 100,\n                \"deposit\": 10,\n                \"depositPayment\": \"fixed\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                \"fullPayment\": true,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 124,\n                        \"eventId\": 121,\n                        \"periodStart\": \"2023-11-07 14:00:00\",\n                        \"periodEnd\": \"2023-11-17 22:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": \"2023-10-05 14:00:00\",\n                \"bookingCloses\": \"2023-10-09 14:00:00\",\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": null,\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"weekly\",\n                    \"order\": 5,\n                    \"until\": \"2023-11-08 00:00:00\",\n                    \"cycleInterval\": 1,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 100,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [\n                    {\n                        \"id\": 44,\n                        \"eventId\": 121,\n                        \"name\": \"tag1\"\n                    }\n                ],\n                \"customTickets\": [\n                    {\n                        \"id\": 50,\n                        \"eventId\": 121,\n                        \"name\": \"ticket1\",\n                        \"enabled\": true,\n                        \"price\": 10,\n                        \"dateRangePrice\": null,\n                        \"spots\": 10,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    },\n                    {\n                        \"id\": 51,\n                        \"eventId\": 121,\n                        \"name\": \"ticket2\",\n                        \"enabled\": true,\n                        \"price\": 20,\n                        \"dateRangePrice\": null,\n                        \"spots\": 20,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 0,\n                        \"translations\": null\n                    }\n                ],\n                \"gallery\": [],\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    },\n                    {\n                        \"id\": 3,\n                        \"firstName\": \"\",\n                        \"lastName\": \"\",\n                        \"birthday\": null,\n                        \"email\": null,\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"locationId\": 2,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 117,\n                \"created\": \"2023-11-03 16:45:17\",\n                \"zoomUserId\": null,\n                \"organizerId\": 1,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"aggregatedPrice\": null\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "update event",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('event_id', 122);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"parentId\": null,\n    \"name\": \"Amelia Event\",\n    \"bookingOpens\": null,\n    \"bookingCloses\": null,\n    \"bookingOpensRec\": \"same\",\n    \"bookingClosesRec\": \"same\",\n    \"bringingAnyone\": true,\n    \"bookMultipleTimes\": true,\n    \"maxCapacity\": 100,\n    \"maxCustomCapacity\": null,\n    \"maxExtraPeople\": null,\n    \"price\": 100,\n    \"tags\": [\n        {\n            \"name\": \"tag1\"\n        }\n    ],\n    \"providers\": [\n        {\n            \"id\": 1\n        },\n        {\n            \"id\": 3\n        }\n    ],\n    \"description\": \"\",\n    \"gallery\": [],\n    \"color\": \"#1788FB\",\n    \"show\": true,\n    \"locationId\": 2,\n    \"customLocation\": null,\n    \"applyGlobally\": true,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n    \"translations\": null,\n    \"deposit\": 10,\n    \"depositPayment\": \"fixed\",\n    \"depositPerPerson\": 1,\n    \"fullPayment\": true,\n    \"customPricing\": false,\n    \"organizerId\": 1,\n    \"closeAfterMin\": null,\n    \"closeAfterMinBookings\": false,\n    \"customTickets\": []\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/events/{{event_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events",
								"{{event_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update event",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"Amelia Event New Name\",\n    \"providers\": [\n        {\n            \"id\": 35 //staff ids that are not provided will be removed\n        }\n    ],\n    \"applyGlobally\": true //whether the update affects all recurring events or not\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/events/{{event_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"{{event_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 28 Aug 2023 08:26:57 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1966"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated event.\",\n    \"data\": {\n        \"events\": {\n            \"rescheduled\": [],\n            \"added\": [],\n            \"deleted\": [],\n            \"cloned\": [\n                {\n                    \"id\": 81,\n                    \"name\": \"Amelia Event\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 100,\n                    \"deposit\": 10,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": true,\n                    \"bookings\": [],\n                    \"periods\": [\n                        {\n                            \"id\": 81,\n                            \"eventId\": 81,\n                            \"periodStart\": \"2023-09-05 14:00:00\",\n                            \"periodEnd\": \"2023-09-07 22:30:00\",\n                            \"zoomMeeting\": null,\n                            \"lessonSpace\": null,\n                            \"bookings\": [],\n                            \"googleCalendarEventId\": null,\n                            \"googleMeetUrl\": null,\n                            \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABrLqjuUAAAA=\"\n                        }\n                    ],\n                    \"bookingOpens\": null,\n                    \"bookingCloses\": null,\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": \"calculate\",\n                    \"status\": \"approved\",\n                    \"recurring\": {\n                        \"cycle\": \"weekly\",\n                        \"order\": 1,\n                        \"until\": \"2023-10-08 00:00:00\",\n                        \"cycleInterval\": 1,\n                        \"monthlyRepeat\": \"each\",\n                        \"monthDate\": null,\n                        \"monthlyOnRepeat\": null,\n                        \"monthlyOnDay\": null\n                    },\n                    \"maxCapacity\": 100,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [\n                        {\n                            \"id\": 18,\n                            \"eventId\": 81,\n                            \"name\": \"tag1\"\n                        }\n                    ],\n                    \"customTickets\": [],\n                    \"gallery\": [],\n                    \"providers\": [\n                        {\n                            \"id\": 1,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"kpop.lover.10000@gmail.com\",\n                            \"phone\": \"+381631652656\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": \"note 123345678900\",\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": \"{\\\"firstName\\\":{\\\"de_DE\\\":\\\"MiliceGerman\\\",\\\"fr_FR\\\":\\\"MilicaFrench\\\"}}\",\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": \"\\n\\n<p>  \\n  \\n    <span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\n\\n        <p>  \\n  \\n            <br>\\n</p>\\n\\n            <p>  \\n  \\n                <br>\\n</p>\\n\\n                <p>  \\n  \\n                    <br>\\n</p>\\n\\n                    <p>xtest  \\n  \\n                        <sub>test</sub>\\n</p>\\n\\n                            <p>test  \\n  \\n                                <sup>test</sup>\\n</p>\\n\\n                                    <blockquote>test description</blockquote>\\n\\n                                        <blockquote>  \\n  \\n                                            <br>\\n</blockquote>\\n\\n                                            <ul>  \\n  \\n                                                <li>blue</li>  \\n  \\n                                                    <li>yellow</li>  \\n  \\n                                                        <li>red</li>\\n</ul>\\n\\n                                                            <h1>  \\n  \\n                                                                <strong>    \\n    \\n                                                                    <em>      \\n      \\n                                                                        <s>        \\n        \\n                                                                            <u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\n\\n                                                                                <h1>  \\n  \\n                                                                                    <span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\n\\n                                                                                        <ol>  \\n  \\n                                                                                            <li>one</li>  \\n  \\n                                                                                                <li>two</li>  \\n  \\n                                                                                                    <li>three</li>\\n</ol>\\n\\n                                                                                                        <p>  \\n  \\n                                                                                                            <img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\n\\n                                                                                                            <h1>  \\n  \\n                                                                                                                <span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\n\\n                                                                                                                    <h1>  \\n  \\n                                                                                                                        <span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\"\n                        },\n                        {\n                            \"id\": 3,\n                            \"firstName\": \"Milica2\",\n                            \"lastName\": \"Employee2\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee2@test.test\",\n                            \"phone\": \"\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": \"Asia/Hong_Kong\",\n                            \"description\": null\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": 2,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": null,\n                    \"created\": \"2023-08-28 10:11:51\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": 1,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": true,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": false\n                },\n                {\n                    \"id\": 82,\n                    \"name\": \"Amelia Event\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 100,\n                    \"deposit\": 10,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": true,\n                    \"bookings\": [],\n                    \"periods\": [\n                        {\n                            \"id\": 82,\n                            \"eventId\": 82,\n                            \"periodStart\": \"2023-09-12 14:00:00\",\n                            \"periodEnd\": \"2023-09-14 22:30:00\",\n                            \"zoomMeeting\": null,\n                            \"lessonSpace\": null,\n                            \"bookings\": [],\n                            \"googleCalendarEventId\": null,\n                            \"googleMeetUrl\": null,\n                            \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABrLqjuYAAAA=\"\n                        }\n                    ],\n                    \"bookingOpens\": null,\n                    \"bookingCloses\": null,\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": null,\n                    \"status\": \"approved\",\n                    \"recurring\": {\n                        \"cycle\": \"weekly\",\n                        \"order\": 2,\n                        \"until\": \"2023-10-08 00:00:00\",\n                        \"cycleInterval\": 1,\n                        \"monthlyRepeat\": \"each\",\n                        \"monthDate\": null,\n                        \"monthlyOnRepeat\": null,\n                        \"monthlyOnDay\": null\n                    },\n                    \"maxCapacity\": 100,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [\n                        {\n                            \"id\": 19,\n                            \"eventId\": 82,\n                            \"name\": \"tag1\"\n                        }\n                    ],\n                    \"customTickets\": [],\n                    \"gallery\": [],\n                    \"providers\": [\n                        {\n                            \"id\": 1,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"kpop.lover.10000@gmail.com\",\n                            \"phone\": \"+381631652656\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": \"note 123345678900\",\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": \"{\\\"firstName\\\":{\\\"de_DE\\\":\\\"MiliceGerman\\\",\\\"fr_FR\\\":\\\"MilicaFrench\\\"}}\",\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": \"\\n\\n                                                                                                                            <p>  \\n  \\n                                                                                                                                <span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\n\\n                                                                                                                                    <p>  \\n  \\n                                                                                                                                        <br>\\n</p>\\n\\n                                                                                                                                        <p>  \\n  \\n                                                                                                                                            <br>\\n</p>\\n\\n                                                                                                                                            <p>  \\n  \\n                                                                                                                                                <br>\\n</p>\\n\\n                                                                                                                                                <p>xtest  \\n  \\n                                                                                                                                                    <sub>test</sub>\\n</p>\\n\\n                                                                                                                                                        <p>test  \\n  \\n                                                                                                                                                            <sup>test</sup>\\n</p>\\n\\n                                                                                                                                                                <blockquote>test description</blockquote>\\n\\n                                                                                                                                                                    <blockquote>  \\n  \\n                                                                                                                                                                        <br>\\n</blockquote>\\n\\n                                                                                                                                                                        <ul>  \\n  \\n                                                                                                                                                                            <li>blue</li>  \\n  \\n                                                                                                                                                                                <li>yellow</li>  \\n  \\n                                                                                                                                                                                    <li>red</li>\\n</ul>\\n\\n                                                                                                                                                                                        <h1>  \\n  \\n                                                                                                                                                                                            <strong>    \\n    \\n                                                                                                                                                                                                <em>      \\n      \\n                                                                                                                                                                                                    <s>        \\n        \\n                                                                                                                                                                                                        <u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\n\\n                                                                                                                                                                                                            <h1>  \\n  \\n                                                                                                                                                                                                                <span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\n\\n                                                                                                                                                                                                                    <ol>  \\n  \\n                                                                                                                                                                                                                        <li>one</li>  \\n  \\n                                                                                                                                                                                                                            <li>two</li>  \\n  \\n                                                                                                                                                                                                                                <li>three</li>\\n</ol>\\n\\n                                                                                                                                                                                                                                    <p>  \\n  \\n                                                                                                                                                                                                                                        <img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\n\\n                                                                                                                                                                                                                                        <h1>  \\n  \\n                                                                                                                                                                                                                                            <span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\n\\n                                                                                                                                                                                                                                                <h1>  \\n  \\n                                                                                                                                                                                                                                                    <span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\"\n                        },\n                        {\n                            \"id\": 3,\n                            \"firstName\": \"Milica2\",\n                            \"lastName\": \"Employee2\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee2@test.test\",\n                            \"phone\": \"\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": null\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": 2,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": 81,\n                    \"created\": \"2023-08-28 10:12:12\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": 1,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": true,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": false\n                },\n                {\n                    \"id\": 83,\n                    \"name\": \"Amelia Event\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 100,\n                    \"deposit\": 10,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": true,\n                    \"bookings\": [],\n                    \"periods\": [\n                        {\n                            \"id\": 83,\n                            \"eventId\": 83,\n                            \"periodStart\": \"2023-09-19 14:00:00\",\n                            \"periodEnd\": \"2023-09-21 22:30:00\",\n                            \"zoomMeeting\": null,\n                            \"lessonSpace\": null,\n                            \"bookings\": [],\n                            \"googleCalendarEventId\": null,\n                            \"googleMeetUrl\": null,\n                            \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABrLqjucAAAA=\"\n                        }\n                    ],\n                    \"bookingOpens\": null,\n                    \"bookingCloses\": null,\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": null,\n                    \"status\": \"approved\",\n                    \"recurring\": {\n                        \"cycle\": \"weekly\",\n                        \"order\": 3,\n                        \"until\": \"2023-10-08 00:00:00\",\n                        \"cycleInterval\": 1,\n                        \"monthlyRepeat\": \"each\",\n                        \"monthDate\": null,\n                        \"monthlyOnRepeat\": null,\n                        \"monthlyOnDay\": null\n                    },\n                    \"maxCapacity\": 100,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [\n                        {\n                            \"id\": 20,\n                            \"eventId\": 83,\n                            \"name\": \"tag1\"\n                        }\n                    ],\n                    \"customTickets\": [],\n                    \"gallery\": [],\n                    \"providers\": [\n                        {\n                            \"id\": 1,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"kpop.lover.10000@gmail.com\",\n                            \"phone\": \"+381631652656\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": \"note 123345678900\",\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": \"{\\\"firstName\\\":{\\\"de_DE\\\":\\\"MiliceGerman\\\",\\\"fr_FR\\\":\\\"MilicaFrench\\\"}}\",\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": \"\\n\\n                                                                                                                                                                                                                                                        <p>  \\n  \\n                                                                                                                                                                                                                                                            <span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\n\\n                                                                                                                                                                                                                                                                <p>  \\n  \\n                                                                                                                                                                                                                                                                    <br>\\n</p>\\n\\n                                                                                                                                                                                                                                                                    <p>  \\n  \\n                                                                                                                                                                                                                                                                        <br>\\n</p>\\n\\n                                                                                                                                                                                                                                                                        <p>  \\n  \\n                                                                                                                                                                                                                                                                            <br>\\n</p>\\n\\n                                                                                                                                                                                                                                                                            <p>xtest  \\n  \\n                                                                                                                                                                                                                                                                                <sub>test</sub>\\n</p>\\n\\n                                                                                                                                                                                                                                                                                    <p>test  \\n  \\n                                                                                                                                                                                                                                                                                        <sup>test</sup>\\n</p>\\n\\n                                                                                                                                                                                                                                                                                            <blockquote>test description</blockquote>\\n\\n                                                                                                                                                                                                                                                                                                <blockquote>  \\n  \\n                                                                                                                                                                                                                                                                                                    <br>\\n</blockquote>\\n\\n                                                                                                                                                                                                                                                                                                    <ul>  \\n  \\n                                                                                                                                                                                                                                                                                                        <li>blue</li>  \\n  \\n                                                                                                                                                                                                                                                                                                            <li>yellow</li>  \\n  \\n                                                                                                                                                                                                                                                                                                                <li>red</li>\\n</ul>\\n\\n                                                                                                                                                                                                                                                                                                                    <h1>  \\n  \\n                                                                                                                                                                                                                                                                                                                        <strong>    \\n    \\n                                                                                                                                                                                                                                                                                                                            <em>      \\n      \\n                                                                                                                                                                                                                                                                                                                                <s>        \\n        \\n                                                                                                                                                                                                                                                                                                                                    <u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\n\\n                                                                                                                                                                                                                                                                                                                                        <h1>  \\n  \\n                                                                                                                                                                                                                                                                                                                                            <span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\n\\n                                                                                                                                                                                                                                                                                                                                                <ol>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                    <li>one</li>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                        <li>two</li>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                            <li>three</li>\\n</ol>\\n\\n                                                                                                                                                                                                                                                                                                                                                                <p>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                                    <img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\n\\n                                                                                                                                                                                                                                                                                                                                                                    <h1>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                                        <span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\n\\n                                                                                                                                                                                                                                                                                                                                                                            <h1>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                                                <span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\"\n                        },\n                        {\n                            \"id\": 3,\n                            \"firstName\": \"Milica2\",\n                            \"lastName\": \"Employee2\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee2@test.test\",\n                            \"phone\": \"\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": null\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": 2,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": 81,\n                    \"created\": \"2023-08-28 10:12:12\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": 1,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": true,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": false\n                },\n                {\n                    \"id\": 84,\n                    \"name\": \"Amelia Event\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 100,\n                    \"deposit\": 10,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": true,\n                    \"bookings\": [],\n                    \"periods\": [\n                        {\n                            \"id\": 84,\n                            \"eventId\": 84,\n                            \"periodStart\": \"2023-09-26 14:00:00\",\n                            \"periodEnd\": \"2023-09-28 22:30:00\",\n                            \"zoomMeeting\": null,\n                            \"lessonSpace\": null,\n                            \"bookings\": [],\n                            \"googleCalendarEventId\": null,\n                            \"googleMeetUrl\": null,\n                            \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABrLqjugAAAA=\"\n                        }\n                    ],\n                    \"bookingOpens\": null,\n                    \"bookingCloses\": null,\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": null,\n                    \"status\": \"approved\",\n                    \"recurring\": {\n                        \"cycle\": \"weekly\",\n                        \"order\": 4,\n                        \"until\": \"2023-10-08 00:00:00\",\n                        \"cycleInterval\": 1,\n                        \"monthlyRepeat\": \"each\",\n                        \"monthDate\": null,\n                        \"monthlyOnRepeat\": null,\n                        \"monthlyOnDay\": null\n                    },\n                    \"maxCapacity\": 100,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [\n                        {\n                            \"id\": 21,\n                            \"eventId\": 84,\n                            \"name\": \"tag1\"\n                        }\n                    ],\n                    \"customTickets\": [],\n                    \"gallery\": [],\n                    \"providers\": [\n                        {\n                            \"id\": 1,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"kpop.lover.10000@gmail.com\",\n                            \"phone\": \"+381631652656\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": \"note 123345678900\",\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": \"{\\\"firstName\\\":{\\\"de_DE\\\":\\\"MiliceGerman\\\",\\\"fr_FR\\\":\\\"MilicaFrench\\\"}}\",\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": \"\\n\\n                                                                                                                                                                                                                                                                                                                                                                                    <p>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                                                        <span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\n\\n                                                                                                                                                                                                                                                                                                                                                                                            <p>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                                                                <br>\\n</p>\\n\\n                                                                                                                                                                                                                                                                                                                                                                                                <p>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                                                                    <br>\\n</p>\\n\\n                                                                                                                                                                                                                                                                                                                                                                                                    <p>  \\n  \\n                                                                                                                                                                                                                                                                                                                                                                                                        <br>\\n</p>\\n\\n                                                                                                                                                                                                                                                                                                                                                                                                        <p>xtest  \\n  \\n                                                                                                                                                                                                                                                                                                                                                                                                            <sub>test</sub>\\n</p>\\n\\n                                                                                                                                                                                                                                                                                                                                                                                                                <p>test  \\n  undefined<sup>test</sup>\\n</p>\\nundefined<blockquote>test description</blockquote>\\nundefined<blockquote>  \\n  undefined<br>\\n</blockquote>\\nundefined<ul>  \\n  undefined<li>blue</li>  \\n  undefined<li>yellow</li>  \\n  undefined<li>red</li>\\n</ul>\\nundefined<h1>  \\n  undefined<strong>    \\n    undefined<em>      \\n      undefined<s>        \\n        undefined<u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\nundefined<h1>  \\n  undefined<span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\nundefined<ol>  \\n  undefined<li>one</li>  \\n  undefined<li>two</li>  \\n  undefined<li>three</li>\\n</ol>\\nundefined<p>  \\n  undefined<img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\nundefined<h1>  \\n  undefined<span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\nundefined<h1>  \\n  undefined<span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\"\n                        },\n                        {\n                            \"id\": 3,\n                            \"firstName\": \"Milica2\",\n                            \"lastName\": \"Employee2\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee2@test.test\",\n                            \"phone\": \"\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": null\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": 2,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": 81,\n                    \"created\": \"2023-08-28 10:12:12\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": 1,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": true,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": false\n                },\n                {\n                    \"id\": 85,\n                    \"name\": \"Amelia Event\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 100,\n                    \"deposit\": 10,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": true,\n                    \"bookings\": [],\n                    \"periods\": [\n                        {\n                            \"id\": 85,\n                            \"eventId\": 85,\n                            \"periodStart\": \"2023-10-03 14:00:00\",\n                            \"periodEnd\": \"2023-10-05 22:30:00\",\n                            \"zoomMeeting\": null,\n                            \"lessonSpace\": null,\n                            \"bookings\": [],\n                            \"googleCalendarEventId\": null,\n                            \"googleMeetUrl\": null,\n                            \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABrLqjukAAAA=\"\n                        }\n                    ],\n                    \"bookingOpens\": null,\n                    \"bookingCloses\": null,\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": null,\n                    \"status\": \"approved\",\n                    \"recurring\": {\n                        \"cycle\": \"weekly\",\n                        \"order\": 5,\n                        \"until\": \"2023-10-08 00:00:00\",\n                        \"cycleInterval\": 1,\n                        \"monthlyRepeat\": \"each\",\n                        \"monthDate\": null,\n                        \"monthlyOnRepeat\": null,\n                        \"monthlyOnDay\": null\n                    },\n                    \"maxCapacity\": 100,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [\n                        {\n                            \"id\": 22,\n                            \"eventId\": 85,\n                            \"name\": \"tag1\"\n                        }\n                    ],\n                    \"customTickets\": [],\n                    \"gallery\": [],\n                    \"providers\": [\n                        {\n                            \"id\": 1,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"kpop.lover.10000@gmail.com\",\n                            \"phone\": \"+381631652656\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": \"note 123345678900\",\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": \"{\\\"firstName\\\":{\\\"de_DE\\\":\\\"MiliceGerman\\\",\\\"fr_FR\\\":\\\"MilicaFrench\\\"}}\",\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": \"\\nundefined<p>  \\n  undefined<span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\nundefined<p>  \\n  undefined<br>\\n</p>\\nundefined<p>  \\n  undefined<br>\\n</p>\\nundefined<p>  \\n  undefined<br>\\n</p>\\nundefined<p>xtest  \\n  undefined<sub>test</sub>\\n</p>\\nundefined<p>test  \\n  undefined<sup>test</sup>\\n</p>\\nundefined<blockquote>test description</blockquote>\\nundefined<blockquote>  \\n  undefined<br>\\n</blockquote>\\nundefined<ul>  \\n  undefined<li>blue</li>  \\n  undefined<li>yellow</li>  \\n  undefined<li>red</li>\\n</ul>\\nundefined<h1>  \\n  undefined<strong>    \\n    undefined<em>      \\n      undefined<s>        \\n        undefined<u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\nundefined<h1>  \\n  undefined<span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\nundefined<ol>  \\n  undefined<li>one</li>  \\n  undefined<li>two</li>  \\n  undefined<li>three</li>\\n</ol>\\nundefined<p>  \\n  undefined<img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\nundefined<h1>  \\n  undefined<span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\nundefined<h1>  \\n  undefined<span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\"\n                        },\n                        {\n                            \"id\": 3,\n                            \"firstName\": \"Milica2\",\n                            \"lastName\": \"Employee2\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee2@test.test\",\n                            \"phone\": \"\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": null\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": 2,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": 81,\n                    \"created\": \"2023-08-28 10:12:12\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": 1,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": true,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": false\n                }\n            ],\n            \"edited\": {\n                \"81\": {},\n                \"82\": {},\n                \"83\": {},\n                \"84\": {},\n                \"85\": {}\n            }\n        },\n        \"zoomUserChanged\": null,\n        \"zoomUsersLicenced\": false,\n        \"newInfo\": {\n            \"name\": {},\n            \"description\": {}\n        },\n        \"newProviders\": [\n            {}\n        ],\n        \"removeProviders\": {\n            \"1\": {},\n            \"3\": {}\n        },\n        \"organizerChanged\": false,\n        \"newOrganizer\": 1,\n        \"notifyParticipants\": 1\n    }\n}"
						},
						{
							"name": "update event 2",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"parentId\": null,\n    \"name\": \"Amelia Event\",\n    \"bookingOpens\": null,\n    \"bookingCloses\": null,\n    \"bookingOpensRec\": \"same\",\n    \"bookingClosesRec\": \"same\",\n    \"bringingAnyone\": true,\n    \"bookMultipleTimes\": true,\n    \"maxCapacity\": 100,\n    \"maxCustomCapacity\": null,\n    \"maxExtraPeople\": null,\n    \"price\": 100,\n    \"tags\": [\n        {\n            \"name\": \"tag1\"\n        }\n    ],\n    \"providers\": [\n        {\n            \"id\": 1\n        },\n        {\n            \"id\": 3\n        }\n    ],\n    \"description\": \"\",\n    \"gallery\": [],\n    \"color\": \"#1788FB\",\n    \"show\": true,\n    \"locationId\": 2,\n    \"customLocation\": null,\n    \"applyGlobally\": true,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n    \"translations\": null,\n    \"deposit\": 10,\n    \"depositPayment\": \"fixed\",\n    \"depositPerPerson\": 1,\n    \"fullPayment\": true,\n    \"customPricing\": false,\n    \"organizerId\": 1,\n    \"closeAfterMin\": null,\n    \"closeAfterMinBookings\": false,\n    \"customTickets\": []\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/events/{{event_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"{{event_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 03 Nov 2023 16:00:04 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1734"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated event.\",\n    \"data\": {\n        \"events\": {\n            \"rescheduled\": [],\n            \"added\": [],\n            \"deleted\": [],\n            \"cloned\": [\n                {\n                    \"id\": 122,\n                    \"name\": \"Amelia Event\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 100,\n                    \"deposit\": 10,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": true,\n                    \"bookings\": [],\n                    \"periods\": [\n                        {\n                            \"id\": 125,\n                            \"eventId\": 122,\n                            \"periodStart\": \"2023-10-10 14:00:00\",\n                            \"periodEnd\": \"2023-10-20 22:30:00\",\n                            \"zoomMeeting\": null,\n                            \"lessonSpace\": null,\n                            \"bookings\": [],\n                            \"googleCalendarEventId\": null,\n                            \"googleMeetUrl\": null,\n                            \"outlookCalendarEventId\": null\n                        }\n                    ],\n                    \"bookingOpens\": \"2023-10-05 14:00:00\",\n                    \"bookingCloses\": \"2023-10-09 14:00:00\",\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": \"calculate\",\n                    \"status\": \"approved\",\n                    \"recurring\": {\n                        \"cycle\": \"weekly\",\n                        \"order\": 1,\n                        \"until\": \"2023-10-22 00:00:00\",\n                        \"cycleInterval\": 1,\n                        \"monthlyRepeat\": \"each\",\n                        \"monthDate\": null,\n                        \"monthlyOnRepeat\": null,\n                        \"monthlyOnDay\": null\n                    },\n                    \"maxCapacity\": 100,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [\n                        {\n                            \"id\": 45,\n                            \"eventId\": 122,\n                            \"name\": \"tag1\"\n                        }\n                    ],\n                    \"customTickets\": [\n                        {\n                            \"id\": 53,\n                            \"eventId\": 122,\n                            \"name\": \"ticket2\",\n                            \"enabled\": true,\n                            \"price\": 20,\n                            \"dateRangePrice\": null,\n                            \"spots\": 20,\n                            \"dateRanges\": \"[]\",\n                            \"sold\": 0,\n                            \"translations\": null\n                        },\n                        {\n                            \"id\": 52,\n                            \"eventId\": 122,\n                            \"name\": \"ticket1\",\n                            \"enabled\": true,\n                            \"price\": 10,\n                            \"dateRangePrice\": null,\n                            \"spots\": 10,\n                            \"dateRanges\": \"[]\",\n                            \"sold\": 0,\n                            \"translations\": null\n                        }\n                    ],\n                    \"gallery\": [],\n                    \"providers\": [\n                        {\n                            \"id\": 3,\n                            \"firstName\": \"Milica2\",\n                            \"lastName\": \"Employee2\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee2@test.test\",\n                            \"phone\": \"\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": \"\\n<!-- Content -->\\n<p>\\n    <strong>Description</strong></p>\\n        <p>\\n            <strong>test</strong></p>\"\n                        },\n                        {\n                            \"id\": 1,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"kpop.lover.10000@gmail.com\",\n                            \"phone\": \"+381631652656\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": \"note 123345678900\",\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": \"{\\\"firstName\\\":{\\\"de_DE\\\":\\\"MiliceGerman\\\",\\\"fr_FR\\\":\\\"MilicaFrench\\\"}}\",\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": \"\\n\\n                <p>  \\n  \\n                    <span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\n\\n                        <p>  \\n  \\n                            <br>\\n</p>\\n\\n                            <p>  \\n  \\n                                <br>\\n</p>\\n\\n                                <p>  \\n  \\n                                    <br>\\n</p>\\n\\n                                    <p>xtest  \\n  \\n                                        <sub>test</sub>\\n</p>\\n\\n                                            <p>test  \\n  \\n                                                <sup>test</sup>\\n</p>\\n\\n                                                    <blockquote>test description</blockquote>\\n\\n                                                        <blockquote>  \\n  \\n                                                            <br>\\n</blockquote>\\n\\n                                                            <ul>  \\n  \\n                                                                <li>blue</li>  \\n  \\n                                                                    <li>yellow</li>  \\n  \\n                                                                        <li>red</li>\\n</ul>\\n\\n                                                                            <h1>  \\n  \\n                                                                                <strong>    \\n    \\n                                                                                    <em>      \\n      \\n                                                                                        <s>        \\n        \\n                                                                                            <u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\n\\n                                                                                                <h1>  \\n  \\n                                                                                                    <span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\n\\n                                                                                                        <ol>  \\n  \\n                                                                                                            <li>one</li>  \\n  \\n                                                                                                                <li>two</li>  \\n  \\n                                                                                                                    <li>three</li>\\n</ol>\\n\\n                                                                                                                        <p>  \\n  \\n                                                                                                                            <img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\n\\n                                                                                                                            <h1>  \\n  \\n                                                                                                                                <span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\n\\n                                                                                                                                    <h1>  \\n  \\n                                                                                                                                        <span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\"\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": 2,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": null,\n                    \"created\": \"2023-11-03 16:48:54\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": 1,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": true,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": false\n                },\n                {\n                    \"id\": 123,\n                    \"name\": \"Amelia Event\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 100,\n                    \"deposit\": 10,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": true,\n                    \"bookings\": [],\n                    \"periods\": [\n                        {\n                            \"id\": 126,\n                            \"eventId\": 123,\n                            \"periodStart\": \"2023-10-17 14:00:00\",\n                            \"periodEnd\": \"2023-10-27 22:30:00\",\n                            \"zoomMeeting\": null,\n                            \"lessonSpace\": null,\n                            \"bookings\": [],\n                            \"googleCalendarEventId\": null,\n                            \"googleMeetUrl\": null,\n                            \"outlookCalendarEventId\": null\n                        }\n                    ],\n                    \"bookingOpens\": \"2023-10-05 14:00:00\",\n                    \"bookingCloses\": \"2023-10-09 14:00:00\",\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": null,\n                    \"status\": \"approved\",\n                    \"recurring\": {\n                        \"cycle\": \"weekly\",\n                        \"order\": 2,\n                        \"until\": \"2023-10-22 00:00:00\",\n                        \"cycleInterval\": 1,\n                        \"monthlyRepeat\": \"each\",\n                        \"monthDate\": null,\n                        \"monthlyOnRepeat\": null,\n                        \"monthlyOnDay\": null\n                    },\n                    \"maxCapacity\": 100,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [\n                        {\n                            \"id\": 46,\n                            \"eventId\": 123,\n                            \"name\": \"tag1\"\n                        }\n                    ],\n                    \"customTickets\": [\n                        {\n                            \"id\": 55,\n                            \"eventId\": 123,\n                            \"name\": \"ticket2\",\n                            \"enabled\": true,\n                            \"price\": 20,\n                            \"dateRangePrice\": null,\n                            \"spots\": 20,\n                            \"dateRanges\": \"[]\",\n                            \"sold\": 0,\n                            \"translations\": null\n                        },\n                        {\n                            \"id\": 54,\n                            \"eventId\": 123,\n                            \"name\": \"ticket1\",\n                            \"enabled\": true,\n                            \"price\": 10,\n                            \"dateRangePrice\": null,\n                            \"spots\": 10,\n                            \"dateRanges\": \"[]\",\n                            \"sold\": 0,\n                            \"translations\": null\n                        }\n                    ],\n                    \"gallery\": [],\n                    \"providers\": [\n                        {\n                            \"id\": 1,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Employee\",\n                            \"birthday\": null,\n                            \"email\": \"kpop.lover.10000@gmail.com\",\n                            \"phone\": \"+381631652656\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": \"note 123345678900\",\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": \"{\\\"firstName\\\":{\\\"de_DE\\\":\\\"MiliceGerman\\\",\\\"fr_FR\\\":\\\"MilicaFrench\\\"}}\",\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": \"\\n\\n                                                                                                                                            <p>  \\n  \\n                                                                                                                                                <span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\n\\n                                                                                                                                                    <p>  \\n  \\n                                                                                                                                                        <br>\\n</p>\\n\\n                                                                                                                                                        <p>  \\n  \\n                                                                                                                                                            <br>\\n</p>\\n\\n                                                                                                                                                            <p>  \\n  \\n                                                                                                                                                                <br>\\n</p>\\n\\n                                                                                                                                                                <p>xtest  \\n  \\n                                                                                                                                                                    <sub>test</sub>\\n</p>\\n\\n                                                                                                                                                                        <p>test  \\n  \\n                                                                                                                                                                            <sup>test</sup>\\n</p>\\n\\n                                                                                                                                                                                <blockquote>test description</blockquote>\\n\\n                                                                                                                                                                                    <blockquote>  \\n  \\n                                                                                                                                                                                        <br>\\n</blockquote>\\n\\n                                                                                                                                                                                        <ul>  \\n  \\n                                                                                                                                                                                            <li>blue</li>  \\n  \\n                                                                                                                                                                                                <li>yellow</li>  \\n  \\n                                                                                                                                                                                                    <li>red</li>\\n</ul>\\n\\n                                                                                                                                                                                                        <h1>  \\n  \\n                                                                                                                                                                                                            <strong>    \\n    \\n                                                                                                                                                                                                                <em>      \\n      \\n                                                                                                                                                                                                                    <s>        \\n        \\n                                                                                                                                                                                                                        <u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\n\\n                                                                                                                                                                                                                            <h1>  \\n  \\n                                                                                                                                                                                                                                <span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\n\\n                                                                                                                                                                                                                                    <ol>  \\n  \\n                                                                                                                                                                                                                                        <li>one</li>  \\n  \\n                                                                                                                                                                                                                                            <li>two</li>  \\n  \\n                                                                                                                                                                                                                                                <li>three</li>\\n</ol>\\n\\n                                                                                                                                                                                                                                                    <p>  \\n  \\n                                                                                                                                                                                                                                                        <img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\n\\n                                                                                                                                                                                                                                                        <h1>  \\n  \\n                                                                                                                                                                                                                                                            <span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\n\\n                                                                                                                                                                                                                                                                <h1>  \\n  \\n                                                                                                                                                                                                                                                                    <span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\"\n                        },\n                        {\n                            \"id\": 3,\n                            \"firstName\": \"Milica2\",\n                            \"lastName\": \"Employee2\",\n                            \"birthday\": null,\n                            \"email\": \"milicaemployee2@test.test\",\n                            \"phone\": \"\",\n                            \"type\": \"provider\",\n                            \"status\": null,\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"weekDayList\": [],\n                            \"serviceList\": [],\n                            \"dayOffList\": [],\n                            \"specialDayList\": [],\n                            \"locationId\": null,\n                            \"googleCalendar\": null,\n                            \"outlookCalendar\": null,\n                            \"timeZone\": null,\n                            \"description\": \"\\n                                                                                                                                                                                                                                                                        <!-- Content -->\\n                                                                                                                                                                                                                                                                        <p>\\n                                                                                                                                                                                                                                                                            <strong>Description</strong></p>\\n                                                                                                                                                                                                                                                                                <p>\\n                                                                                                                                                                                                                                                                                    <strong>test</strong></p>\"\n                        }\n                    ],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": 2,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": 122,\n                    \"created\": \"2023-11-03 16:48:54\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": 1,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": true,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": false\n                }\n            ],\n            \"edited\": []\n        },\n        \"zoomUserChanged\": null,\n        \"zoomUsersLicenced\": false,\n        \"newInfo\": null,\n        \"newProviders\": [],\n        \"removeProviders\": [],\n        \"organizerChanged\": false,\n        \"newOrganizer\": 1,\n        \"notifyParticipants\": 1\n    }\n}"
						}
					]
				},
				{
					"name": "update event booking",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('event_booking_id', 1145);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"bookings\": [\n    {\n      \"customFields\": {\n        \"7\": {\n          \"label\": \"My address\",\n          \"value\": \"\",\n          \"type\": \"address\"\n        },\n        \"13\": {\n          \"label\": \"file\",\n          \"value\": \"\",\n          \"type\": \"file\"\n        }\n      },\n      \"persons\": 1,\n      \"customerId\": 10,\n      \"ticketsData\": [\n        {\n          \"id\": 62,\n          \"eventTicketId\": 39,\n          \"customerBookingId\": 1145,\n          \"persons\": 2,\n          \"price\": 20\n        },\n        {\n          \"id\": 63,\n          \"eventTicketId\": 38,\n          \"customerBookingId\": 1145,\n          \"persons\": 2,\n          \"price\": 10\n        }\n      ]\n    }\n  ],\n  \"couponCode\": null,\n  \"createPaymentLinks\": false\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/events/bookings/{{event_booking_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events",
								"bookings",
								"{{event_booking_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update event booking",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"bookings\": [\n        {\n            \"customFields\": {},\n            \"persons\": 5,\n            \"customerId\": 17,\n            \"deposit\": 0,\n            \"ticketsData\": null\n        }\n    ],\n    \"couponCode\": null,\n    \"validateCoupon\": false,\n    \"locale\": \"\",\n    \"timeZone\": \"\",\n    \"payment\": {\n        \"gateway\": \"onSite\"\n    },\n    \"isBackendOrCabinet\": true\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/events/bookings/{{event_booking_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"bookings",
										"{{event_booking_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 28 Aug 2023 08:42:10 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1463"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated booking\",\n    \"data\": {\n        \"type\": \"event\",\n        \"event\": {\n            \"id\": 82,\n            \"name\": \"Amelia Event New Name\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 100,\n            \"deposit\": 10,\n            \"depositPayment\": \"fixed\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": true,\n            \"bookings\": [\n                {\n                    \"id\": 908,\n                    \"customerId\": 17,\n                    \"customer\": {\n                        \"id\": 17,\n                        \"firstName\": \"Avatar\",\n                        \"lastName\": \"Last Airbender\",\n                        \"birthday\": null,\n                        \"email\": \"suraj@atla.aang\",\n                        \"phone\": null,\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 100,\n                    \"coupon\": null,\n                    \"customFields\": \"[]\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Avatar\\\",\\\"lastName\\\":\\\"Last Airbender\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"\\\",\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 5,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 927,\n                            \"customerBookingId\": 908,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-09-12 12:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null,\n                            \"transactionId\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": false,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"isUpdated\": null\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 82,\n                    \"eventId\": 82,\n                    \"periodStart\": \"2023-09-12 14:00:00\",\n                    \"periodEnd\": \"2023-09-14 22:30:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABrLqjuYAAAA=\"\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": null,\n            \"bookingClosesRec\": null,\n            \"ticketRangeRec\": null,\n            \"status\": \"approved\",\n            \"recurring\": {\n                \"cycle\": \"weekly\",\n                \"order\": 2,\n                \"until\": \"2023-10-08 00:00:00\",\n                \"cycleInterval\": 1,\n                \"monthlyRepeat\": null,\n                \"monthDate\": null,\n                \"monthlyOnRepeat\": null,\n                \"monthlyOnDay\": null\n            },\n            \"maxCapacity\": 100,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [\n                {\n                    \"id\": 24,\n                    \"eventId\": 82,\n                    \"name\": \"tag1\"\n                }\n            ],\n            \"customTickets\": [],\n            \"gallery\": [],\n            \"providers\": [\n                {\n                    \"id\": 35,\n                    \"firstName\": \"Amelia\",\n                    \"lastName\": \"Employee\",\n                    \"birthday\": null,\n                    \"email\": \"amelia@employee.test\",\n                    \"phone\": \"\",\n                    \"type\": \"provider\",\n                    \"status\": null,\n                    \"note\": null,\n                    \"zoomUserId\": null,\n                    \"countryPhoneIso\": null,\n                    \"externalId\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"translations\": null,\n                    \"weekDayList\": [],\n                    \"serviceList\": [],\n                    \"dayOffList\": [],\n                    \"specialDayList\": [],\n                    \"locationId\": null,\n                    \"googleCalendar\": null,\n                    \"outlookCalendar\": null,\n                    \"timeZone\": null,\n                    \"description\": null\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"locationId\": 2,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": 81,\n            \"created\": \"2023-08-28 10:12:12\",\n            \"zoomUserId\": null,\n            \"organizerId\": 1,\n            \"type\": \"event\",\n            \"bringingAnyone\": true,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": false,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": null,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null,\n            \"aggregatedPrice\": false\n        },\n        \"booking\": {\n            \"id\": 908,\n            \"customerId\": 17,\n            \"customer\": {\n                \"id\": 17,\n                \"firstName\": \"Avatar\",\n                \"lastName\": \"Last Airbender\",\n                \"birthday\": null,\n                \"email\": \"suraj@atla.aang\",\n                \"phone\": null,\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": null,\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": null,\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": null,\n                \"gender\": null\n            },\n            \"status\": \"approved\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 100,\n            \"coupon\": null,\n            \"customFields\": \"[]\",\n            \"info\": \"{\\\"firstName\\\":\\\"Avatar\\\",\\\"lastName\\\":\\\"Last Airbender\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"\\\",\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n            \"appointmentId\": null,\n            \"persons\": 5,\n            \"token\": null,\n            \"payments\": [\n                {\n                    \"id\": 927,\n                    \"customerBookingId\": 908,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-09-12 12:00:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null,\n                    \"transactionId\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": false,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [],\n            \"duration\": null,\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"isUpdated\": null\n        },\n        \"appointmentStatusChanged\": false,\n        \"bookingStatusChanged\": true,\n        \"paymentId\": 927,\n        \"createPaymentLinks\": null\n    }\n}"
						},
						{
							"name": "update event booking 2",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"bookings\": [\n    {\n      \"customFields\": {\n        \"7\": {\n          \"label\": \"My address\",\n          \"value\": \"\",\n          \"type\": \"address\"\n        },\n        \"13\": {\n          \"label\": \"file\",\n          \"value\": \"\",\n          \"type\": \"file\"\n        }\n      },\n      \"persons\": 1,\n      \"customerId\": 10,\n      \"ticketsData\": [\n        {\n          \"eventTicketId\": 39,\n          \"persons\": 3\n        },\n        {\n          \"eventTicketId\": 38,\n          \"persons\": 1\n        }\n      ]\n    }\n  ],\n  \"couponCode\": null,\n  \"createPaymentLinks\": false\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/events/bookings/{{event_booking_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"bookings",
										"{{event_booking_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 03 Nov 2023 16:33:40 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1336"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated booking\",\n    \"data\": {\n        \"type\": \"event\",\n        \"event\": {\n            \"id\": 116,\n            \"name\": \"tiket\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 0,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": false,\n            \"bookings\": [\n                {\n                    \"id\": 1145,\n                    \"customerId\": 10,\n                    \"customer\": {\n                        \"id\": 10,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"Test\",\n                        \"birthday\": null,\n                        \"email\": \"ameliatest@test.test\",\n                        \"phone\": \"+381631652656\",\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": null\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 50,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"7\\\":{\\\"label\\\":\\\"My address\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"address\\\"},\\\"13\\\":{\\\"label\\\":\\\"file\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"file\\\"}}\",\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":\\\"+381631652656\\\",\\\"locale\\\":\\\"\\\",\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 0,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 1153,\n                            \"customerBookingId\": 1145,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-11-22 10:30:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null,\n                            \"transactionId\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [\n                        {\n                            \"id\": 61,\n                            \"eventTicketId\": 38,\n                            \"customerBookingId\": 1145,\n                            \"persons\": 1,\n                            \"price\": 10\n                        },\n                        {\n                            \"id\": 60,\n                            \"eventTicketId\": 39,\n                            \"customerBookingId\": 1145,\n                            \"persons\": 2,\n                            \"price\": 20\n                        },\n                        {\n                            \"id\": 62,\n                            \"eventTicketId\": 39,\n                            \"customerBookingId\": 1145,\n                            \"persons\": 3,\n                            \"price\": 20\n                        },\n                        {\n                            \"id\": 63,\n                            \"eventTicketId\": 38,\n                            \"customerBookingId\": 1145,\n                            \"persons\": 1,\n                            \"price\": 10\n                        }\n                    ],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"isUpdated\": null\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 119,\n                    \"eventId\": 116,\n                    \"periodStart\": \"2023-11-22 11:30:00\",\n                    \"periodEnd\": \"2023-11-22 12:00:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": null\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": null,\n            \"bookingClosesRec\": null,\n            \"ticketRangeRec\": null,\n            \"status\": \"approved\",\n            \"recurring\": null,\n            \"maxCapacity\": 1,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [],\n            \"customTickets\": [\n                {\n                    \"id\": 39,\n                    \"eventId\": 116,\n                    \"name\": \"ticket2\",\n                    \"enabled\": true,\n                    \"price\": 20,\n                    \"dateRangePrice\": null,\n                    \"spots\": 20,\n                    \"dateRanges\": \"[]\",\n                    \"sold\": 0,\n                    \"translations\": null\n                },\n                {\n                    \"id\": 38,\n                    \"eventId\": 116,\n                    \"name\": \"ticket1\",\n                    \"enabled\": true,\n                    \"price\": 10,\n                    \"dateRangePrice\": null,\n                    \"spots\": 10,\n                    \"dateRanges\": \"[]\",\n                    \"sold\": 0,\n                    \"translations\": null\n                }\n            ],\n            \"gallery\": [],\n            \"providers\": [],\n            \"notifyParticipants\": 1,\n            \"locationId\": null,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": null,\n            \"created\": \"2023-11-03 16:42:39\",\n            \"zoomUserId\": null,\n            \"organizerId\": null,\n            \"type\": \"event\",\n            \"bringingAnyone\": true,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": true,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": null,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null,\n            \"aggregatedPrice\": true\n        },\n        \"booking\": {\n            \"id\": 1145,\n            \"customerId\": 10,\n            \"customer\": {\n                \"id\": 10,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"birthday\": null,\n                \"email\": \"ameliatest@test.test\",\n                \"phone\": \"+381631652656\",\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": null,\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": null,\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": null,\n                \"gender\": null\n            },\n            \"status\": \"approved\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 50,\n            \"coupon\": null,\n            \"customFields\": \"{\\\"7\\\":{\\\"label\\\":\\\"My address\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"address\\\"},\\\"13\\\":{\\\"label\\\":\\\"file\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"file\\\"}}\",\n            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":\\\"+381631652656\\\",\\\"locale\\\":\\\"\\\",\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n            \"appointmentId\": null,\n            \"persons\": 0,\n            \"token\": null,\n            \"payments\": [\n                {\n                    \"id\": 1153,\n                    \"customerBookingId\": 1145,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-11-22 10:30:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null,\n                    \"transactionId\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": null,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [\n                {\n                    \"id\": 61,\n                    \"eventTicketId\": 38,\n                    \"customerBookingId\": 1145,\n                    \"persons\": 1,\n                    \"price\": 10\n                },\n                {\n                    \"id\": 60,\n                    \"eventTicketId\": 39,\n                    \"customerBookingId\": 1145,\n                    \"persons\": 2,\n                    \"price\": 20\n                },\n                {\n                    \"id\": 62,\n                    \"eventTicketId\": 39,\n                    \"customerBookingId\": 1145,\n                    \"persons\": 3,\n                    \"price\": 20\n                },\n                {\n                    \"id\": 63,\n                    \"eventTicketId\": 38,\n                    \"customerBookingId\": 1145,\n                    \"persons\": 1,\n                    \"price\": 10\n                }\n            ],\n            \"duration\": null,\n            \"created\": null,\n            \"actionsCompleted\": null,\n            \"isUpdated\": null\n        },\n        \"appointmentStatusChanged\": false,\n        \"bookingStatusChanged\": true,\n        \"paymentId\": 1153,\n        \"createPaymentLinks\": false\n    }\n}"
						}
					]
				},
				{
					"name": "update event status",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('event_id', 81);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"applyGlobally\": false,\n    \"status\": \"rejected\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/events/status/{{event_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events",
								"status",
								"{{event_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update event status",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"applyGlobally\": true,\n    \"status\": \"rejected\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/events/status/{{event_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"status",
										"{{event_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 15:05:28 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "7457"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated event status\",\n    \"data\": {\n        \"status\": \"rejected\",\n        \"message\": \"Booking status has been changed to rejected\",\n        \"events\": [\n            {\n                \"id\": 57,\n                \"name\": \"Amelia Event New Name\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 100,\n                \"deposit\": 10,\n                \"depositPayment\": \"fixed\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                \"fullPayment\": true,\n                \"bookings\": [\n                    {\n                        \"id\": 272,\n                        \"customerId\": 2,\n                        \"customer\": {\n                            \"id\": 2,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Snake\",\n                            \"birthday\": {\n                                \"date\": \"2023-03-23 15:05:29.000000\",\n                                \"timezone_type\": 3,\n                                \"timezone\": \"UTC\"\n                            },\n                            \"email\": \"snakemilica@yahoo.com\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": null,\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 100,\n                        \"coupon\": null,\n                        \"customFields\": \"[]\",\n                        \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"\\\",\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                        \"appointmentId\": null,\n                        \"persons\": 5,\n                        \"token\": \"b2c98ba8d1\",\n                        \"payments\": [\n                            {\n                                \"id\": 316,\n                                \"customerBookingId\": 272,\n                                \"packageCustomerId\": null,\n                                \"parentId\": null,\n                                \"amount\": 0,\n                                \"gateway\": \"onSite\",\n                                \"gatewayTitle\": \"\",\n                                \"dateTime\": \"2023-05-25 14:00:00\",\n                                \"status\": \"pending\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": null,\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": true,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": null,\n                        \"ticketsData\": [],\n                        \"duration\": null,\n                        \"created\": null,\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"periods\": [\n                    {\n                        \"id\": 57,\n                        \"eventId\": 57,\n                        \"periodStart\": \"2023-05-25 14:00:00\",\n                        \"periodEnd\": \"2023-05-25 22:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": \"a45spn6hdkqjl24o595at3onag\",\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABmgetQAAAQ==\"\n                    }\n                ],\n                \"bookingOpens\": null,\n                \"bookingCloses\": null,\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": \"calculate\",\n                \"status\": \"rejected\",\n                \"recurring\": {\n                    \"cycle\": \"weekly\",\n                    \"order\": 1,\n                    \"until\": \"2023-06-08 00:00:00\",\n                    \"cycleInterval\": 1,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 100,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [\n                    {\n                        \"id\": 10,\n                        \"eventId\": 57,\n                        \"name\": \"tag1\"\n                    }\n                ],\n                \"customTickets\": [],\n                \"gallery\": [],\n                \"providers\": [\n                    {\n                        \"id\": 3,\n                        \"firstName\": \"Milica2\",\n                        \"lastName\": \"Employee2\",\n                        \"birthday\": null,\n                        \"email\": \"milicaemployee2@test.test\",\n                        \"phone\": \"\",\n                        \"type\": \"provider\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"weekDayList\": [],\n                        \"serviceList\": [],\n                        \"dayOffList\": [],\n                        \"specialDayList\": [],\n                        \"locationId\": null,\n                        \"googleCalendar\": null,\n                        \"outlookCalendar\": null,\n                        \"timeZone\": null,\n                        \"description\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"locationId\": 2,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": null,\n                \"created\": \"2023-05-05 16:38:16\",\n                \"zoomUserId\": null,\n                \"organizerId\": 1,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": null,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null\n            },\n            {\n                \"id\": 58,\n                \"name\": \"Amelia Event New Name\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 100,\n                \"deposit\": 10,\n                \"depositPayment\": \"fixed\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                \"fullPayment\": true,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 58,\n                        \"eventId\": 58,\n                        \"periodStart\": \"2023-06-01 14:00:00\",\n                        \"periodEnd\": \"2023-06-01 22:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABmgetP4AAAA=\"\n                    }\n                ],\n                \"bookingOpens\": null,\n                \"bookingCloses\": null,\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": null,\n                \"status\": \"rejected\",\n                \"recurring\": {\n                    \"cycle\": \"weekly\",\n                    \"order\": 2,\n                    \"until\": \"2023-06-08 00:00:00\",\n                    \"cycleInterval\": 1,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 100,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [\n                    {\n                        \"id\": 11,\n                        \"eventId\": 58,\n                        \"name\": \"tag1\"\n                    }\n                ],\n                \"customTickets\": [],\n                \"gallery\": [],\n                \"providers\": [\n                    {\n                        \"id\": 1,\n                        \"firstName\": \"Milica\",\n                        \"lastName\": \"Employee\",\n                        \"birthday\": null,\n                        \"email\": \"kpop.lover.10000@gmail.com\",\n                        \"phone\": \"\",\n                        \"type\": \"provider\",\n                        \"status\": null,\n                        \"note\": \"note 123\",\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"weekDayList\": [],\n                        \"serviceList\": [],\n                        \"dayOffList\": [],\n                        \"specialDayList\": [],\n                        \"locationId\": null,\n                        \"googleCalendar\": null,\n                        \"outlookCalendar\": null,\n                        \"timeZone\": null,\n                        \"description\": \"\\n<p>  \\n  <span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\n<p>  \\n  <br>\\n</p>\\n<p>  \\n  <br>\\n</p>\\n<p>  \\n  <br>\\n</p>\\n<p>xtest  \\n  <sub>test</sub>\\n</p>\\n<p>test  \\n  <sup>test</sup>\\n</p>\\n<blockquote>test description</blockquote>\\n<blockquote>  \\n  <br>\\n</blockquote>\\n<ul>  \\n  <li>blue</li>  \\n  <li>yellow</li>  \\n  <li>red</li>\\n</ul>\\n<h1>  \\n  <strong>    \\n    <em>      \\n      <s>        \\n        <u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\n<h1>  \\n  <span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\n<ol>  \\n  <li>one</li>  \\n  <li>two</li>  \\n  <li>three</li>\\n</ol>\\n<p>  \\n  <img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\n<h1>  \\n  <span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\n<h1>  \\n  <span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"firstName\": \"Milica2\",\n                        \"lastName\": \"Employee2\",\n                        \"birthday\": null,\n                        \"email\": \"milicaemployee2@test.test\",\n                        \"phone\": \"\",\n                        \"type\": \"provider\",\n                        \"status\": null,\n                        \"note\": null,\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"weekDayList\": [],\n                        \"serviceList\": [],\n                        \"dayOffList\": [],\n                        \"specialDayList\": [],\n                        \"locationId\": null,\n                        \"googleCalendar\": null,\n                        \"outlookCalendar\": null,\n                        \"timeZone\": null,\n                        \"description\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"locationId\": 2,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 57,\n                \"created\": \"2023-05-05 16:38:16\",\n                \"zoomUserId\": null,\n                \"organizerId\": 1,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "delete event",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('event_id', 83);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"applyGlobally\": true // delete following recurring events if they are canceled\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/events/delete/{{event_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events",
								"delete",
								"{{event_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete event",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"applyGlobally\": true\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/events/delete/{{event_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"delete",
										"{{event_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 14:50:40 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "2430"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted event\",\n    \"data\": {\n        \"event\": {\n            \"id\": 55,\n            \"name\": \"Amelia Event Name\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 100,\n            \"deposit\": 10,\n            \"depositPayment\": \"fixed\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": true,\n            \"bookings\": [],\n            \"periods\": [\n                {\n                    \"id\": 55,\n                    \"eventId\": 55,\n                    \"periodStart\": \"2023-05-25 14:00:00\",\n                    \"periodEnd\": \"2023-05-25 22:30:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": null,\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABmgetPsAAAA=\"\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": \"same\",\n            \"bookingClosesRec\": \"same\",\n            \"ticketRangeRec\": \"calculate\",\n            \"status\": \"approved\",\n            \"recurring\": {\n                \"cycle\": \"weekly\",\n                \"order\": 1,\n                \"until\": \"2023-06-08 00:00:00\",\n                \"cycleInterval\": 1,\n                \"monthlyRepeat\": \"each\",\n                \"monthDate\": null,\n                \"monthlyOnRepeat\": null,\n                \"monthlyOnDay\": null\n            },\n            \"maxCapacity\": 100,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [\n                {\n                    \"id\": 5,\n                    \"eventId\": 55,\n                    \"name\": \"tag1\"\n                }\n            ],\n            \"customTickets\": [],\n            \"gallery\": [],\n            \"providers\": [\n                {\n                    \"id\": 3,\n                    \"firstName\": \"Milica2\",\n                    \"lastName\": \"Employee2\",\n                    \"birthday\": null,\n                    \"email\": \"milicaemployee2@test.test\",\n                    \"phone\": \"\",\n                    \"type\": \"provider\",\n                    \"status\": null,\n                    \"note\": null,\n                    \"zoomUserId\": null,\n                    \"countryPhoneIso\": null,\n                    \"externalId\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"translations\": null,\n                    \"weekDayList\": [],\n                    \"serviceList\": [],\n                    \"dayOffList\": [],\n                    \"specialDayList\": [],\n                    \"locationId\": null,\n                    \"googleCalendar\": null,\n                    \"outlookCalendar\": null,\n                    \"timeZone\": null,\n                    \"description\": null\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"locationId\": 2,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": null,\n            \"created\": \"2023-05-05 16:33:29\",\n            \"zoomUserId\": null,\n            \"organizerId\": 1,\n            \"type\": \"event\",\n            \"bringingAnyone\": true,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": false,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": null,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null\n        },\n        \"deletedEvents\": {}\n    }\n}"
						}
					]
				},
				{
					"name": "delete effect event",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('event_id', 57);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/events/effect/{{event_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events",
								"effect",
								"{{event_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete effect event",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/events/effect/{{event_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"effect",
										"{{event_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 14:59:40 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "130"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved message.\",\n    \"data\": {\n        \"valid\": false,\n        \"message\": \"Please cancel the event first before deleting it.\"\n    }\n}"
						}
					]
				},
				{
					"name": "delete event booking",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('event_booking_id', 908);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/events/bookings/delete/{{event_booking_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events",
								"bookings",
								"delete",
								"{{event_booking_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete event booking",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/events/bookings/delete/{{event_booking_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"bookings",
										"delete",
										"{{event_booking_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 14:49:10 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "5547"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted event booking\",\n    \"data\": {\n        \"type\": \"event\",\n        \"event\": {\n            \"id\": 57,\n            \"name\": \"Amelia Event New Name\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 100,\n            \"deposit\": 10,\n            \"depositPayment\": \"fixed\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": true,\n            \"bookings\": [\n                {\n                    \"id\": 271,\n                    \"customerId\": 23,\n                    \"customer\": {\n                        \"id\": 23,\n                        \"firstName\": \"Amelia\",\n                        \"lastName\": \"New Last Name\",\n                        \"birthday\": {\n                            \"date\": \"1990-05-17 14:49:11.000000\",\n                            \"timezone_type\": 3,\n                            \"timezone\": \"UTC\"\n                        },\n                        \"email\": \"amelia1@test.test\",\n                        \"phone\": \"+381601234567\",\n                        \"type\": \"customer\",\n                        \"status\": null,\n                        \"note\": \"Note about customer\",\n                        \"zoomUserId\": null,\n                        \"countryPhoneIso\": null,\n                        \"externalId\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"translations\": null,\n                        \"gender\": \"female\"\n                    },\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 100,\n                    \"coupon\": null,\n                    \"customFields\": null,\n                    \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"New Last Name\\\",\\\"phone\\\":\\\"+381601234567\\\",\\\"locale\\\":\\\"\\\",\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                    \"appointmentId\": null,\n                    \"persons\": 1,\n                    \"token\": null,\n                    \"payments\": [\n                        {\n                            \"id\": 315,\n                            \"customerBookingId\": 271,\n                            \"packageCustomerId\": null,\n                            \"parentId\": null,\n                            \"amount\": 0,\n                            \"gateway\": \"onSite\",\n                            \"gatewayTitle\": \"\",\n                            \"dateTime\": \"2023-05-25 14:00:00\",\n                            \"status\": \"pending\",\n                            \"data\": \"\",\n                            \"entity\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"wcOrderId\": null,\n                            \"wcOrderUrl\": null,\n                            \"wcItemCouponValue\": null,\n                            \"wcItemTaxValue\": null\n                        }\n                    ],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": null,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": null,\n                    \"ticketsData\": [],\n                    \"duration\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null\n                }\n            ],\n            \"periods\": [\n                {\n                    \"id\": 57,\n                    \"eventId\": 57,\n                    \"periodStart\": \"2023-05-25 14:00:00\",\n                    \"periodEnd\": \"2023-05-25 22:30:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": \"a45spn6hdkqjl24o595at3onag\",\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABmgetQAAAQ==\"\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": null,\n            \"bookingClosesRec\": null,\n            \"ticketRangeRec\": null,\n            \"status\": \"approved\",\n            \"recurring\": {\n                \"cycle\": \"weekly\",\n                \"order\": 1,\n                \"until\": \"2023-06-08 00:00:00\",\n                \"cycleInterval\": 1,\n                \"monthlyRepeat\": null,\n                \"monthDate\": null,\n                \"monthlyOnRepeat\": null,\n                \"monthlyOnDay\": null\n            },\n            \"maxCapacity\": 100,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [\n                {\n                    \"id\": 10,\n                    \"eventId\": 57,\n                    \"name\": \"tag1\"\n                }\n            ],\n            \"customTickets\": [],\n            \"gallery\": [],\n            \"providers\": [\n                {\n                    \"id\": 3,\n                    \"firstName\": \"Milica2\",\n                    \"lastName\": \"Employee2\",\n                    \"birthday\": null,\n                    \"email\": \"milicaemployee2@test.test\",\n                    \"phone\": \"\",\n                    \"type\": \"provider\",\n                    \"status\": null,\n                    \"note\": null,\n                    \"zoomUserId\": null,\n                    \"countryPhoneIso\": null,\n                    \"externalId\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"translations\": null,\n                    \"weekDayList\": [],\n                    \"serviceList\": [],\n                    \"dayOffList\": [],\n                    \"specialDayList\": [],\n                    \"locationId\": null,\n                    \"googleCalendar\": {\n                        \"id\": 6,\n                        \"token\": \"{\\\"access_token\\\":\\\"ya29.a0Ael9sCNUKwM8DqdHckgYXfi2XS9Q8Td-R7gALi3sKlHznWxnF49CRU9sBoE5Ea7GLsBL3diHIToNRhOFdaWk-NySLkn2CkcyorrthtXiHoC2CeYAAzN572srSopwTn1NnPAK0KDYi5Vk9BN5jGDFEUeMrwOAwmrkaCgYKAcESARMSFQF4udJhe9iX42PME4HUKpEs89i4dQ0167\\\",\\\"expires_in\\\":3598,\\\"refresh_token\\\":\\\"1\\\\/\\\\/03VYnEQN7q25UCgYIARAAGAMSNwF-L9IrtxxmpI4Adk6vURoOc9RSbQXca5eXO5M6UMcW-HIRy4JAbUXAUfyN_DKO5E3W8TU-QHA\\\",\\\"scope\\\":\\\"https:\\\\/\\\\/www.googleapis.com\\\\/auth\\\\/calendar\\\",\\\"token_type\\\":\\\"Bearer\\\",\\\"created\\\":1682509211}\",\n                        \"calendarId\": \"milicanikolica97@gmail.com\"\n                    },\n                    \"outlookCalendar\": null,\n                    \"timeZone\": null,\n                    \"description\": null\n                }\n            ],\n            \"notifyParticipants\": true,\n            \"locationId\": 2,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": null,\n            \"created\": \"2023-05-05 16:38:16\",\n            \"zoomUserId\": null,\n            \"organizerId\": 1,\n            \"type\": \"event\",\n            \"bringingAnyone\": true,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": false,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": null,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null\n        },\n        \"booking\": {\n            \"id\": 271,\n            \"customerId\": 23,\n            \"customer\": {\n                \"id\": 23,\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"New Last Name\",\n                \"birthday\": {\n                    \"date\": \"1990-05-17 14:49:11.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"UTC\"\n                },\n                \"email\": \"amelia1@test.test\",\n                \"phone\": \"+381601234567\",\n                \"type\": \"customer\",\n                \"status\": null,\n                \"note\": \"Note about customer\",\n                \"zoomUserId\": null,\n                \"countryPhoneIso\": null,\n                \"externalId\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": null,\n                \"gender\": \"female\"\n            },\n            \"status\": \"rejected\",\n            \"extras\": [],\n            \"couponId\": null,\n            \"price\": 100,\n            \"coupon\": null,\n            \"customFields\": null,\n            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"New Last Name\\\",\\\"phone\\\":\\\"+381601234567\\\",\\\"locale\\\":\\\"\\\",\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n            \"appointmentId\": null,\n            \"persons\": 1,\n            \"token\": null,\n            \"payments\": [\n                {\n                    \"id\": 315,\n                    \"customerBookingId\": 271,\n                    \"packageCustomerId\": null,\n                    \"parentId\": null,\n                    \"amount\": 0,\n                    \"gateway\": \"onSite\",\n                    \"gatewayTitle\": \"\",\n                    \"dateTime\": \"2023-05-25 14:00:00\",\n                    \"status\": \"pending\",\n                    \"data\": \"\",\n                    \"entity\": null,\n                    \"created\": null,\n                    \"actionsCompleted\": null,\n                    \"wcOrderId\": null,\n                    \"wcOrderUrl\": null,\n                    \"wcItemCouponValue\": null,\n                    \"wcItemTaxValue\": null\n                }\n            ],\n            \"utcOffset\": null,\n            \"aggregatedPrice\": true,\n            \"isChangedStatus\": true,\n            \"isLastBooking\": null,\n            \"packageCustomerService\": null,\n            \"ticketsData\": [],\n            \"duration\": null,\n            \"created\": null,\n            \"actionsCompleted\": null\n        },\n        \"appointmentStatusChanged\": false\n    }\n}"
						}
					]
				},
				{
					"name": "get events",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/events&search=test&dates[0]=2023-05-01&dates[1]=2023-05-31&page=1",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events&search=test&dates[0]=2023-05-01&dates[1]=2023-05-31&page=1"
							]
						}
					},
					"response": [
						{
							"name": "get events",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/events&search=test&dates[0]=2023-05-01&dates[1]=2023-05-31&page=1",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events&search=test&dates[0]=2023-05-01&dates[1]=2023-05-31&page=1"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 14:29:39 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved events\",\n    \"data\": {\n        \"events\": [\n            {\n                \"id\": 48,\n                \"name\": \"daily 2 days\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 0,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n                \"fullPayment\": false,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 48,\n                        \"eventId\": 48,\n                        \"periodStart\": \"2023-05-13 09:00:00\",\n                        \"periodEnd\": \"2023-05-14 16:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": null,\n                \"bookingCloses\": null,\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": \"calculate\",\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"daily\",\n                    \"order\": 2,\n                    \"until\": \"2023-05-21 02:00:00\",\n                    \"cycleInterval\": 2,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 40,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [],\n                \"customTickets\": [],\n                \"gallery\": [],\n                \"providers\": [],\n                \"notifyParticipants\": 1,\n                \"locationId\": null,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 47,\n                \"created\": \"2023-04-20 11:01:22\",\n                \"zoomUserId\": null,\n                \"organizerId\": null,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"bookable\": true,\n                \"cancelable\": true,\n                \"opened\": true,\n                \"closed\": false,\n                \"places\": 40,\n                \"upcoming\": false,\n                \"full\": false\n            },\n            {\n                \"id\": 49,\n                \"name\": \"daily 2 days\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 0,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n                \"fullPayment\": false,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 49,\n                        \"eventId\": 49,\n                        \"periodStart\": \"2023-05-15 09:00:00\",\n                        \"periodEnd\": \"2023-05-16 16:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": null,\n                \"bookingCloses\": null,\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": \"calculate\",\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"daily\",\n                    \"order\": 3,\n                    \"until\": \"2023-05-21 02:00:00\",\n                    \"cycleInterval\": 2,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 40,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [],\n                \"customTickets\": [],\n                \"gallery\": [],\n                \"providers\": [],\n                \"notifyParticipants\": 1,\n                \"locationId\": null,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 47,\n                \"created\": \"2023-04-20 11:01:22\",\n                \"zoomUserId\": null,\n                \"organizerId\": null,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"bookable\": true,\n                \"cancelable\": true,\n                \"opened\": true,\n                \"closed\": false,\n                \"places\": 40,\n                \"upcoming\": false,\n                \"full\": false\n            },\n            {\n                \"id\": 50,\n                \"name\": \"daily 2 days\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 0,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n                \"fullPayment\": false,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 50,\n                        \"eventId\": 50,\n                        \"periodStart\": \"2023-05-17 09:00:00\",\n                        \"periodEnd\": \"2023-05-18 16:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": null,\n                \"bookingCloses\": null,\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": \"calculate\",\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"daily\",\n                    \"order\": 4,\n                    \"until\": \"2023-05-21 02:00:00\",\n                    \"cycleInterval\": 2,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 40,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [],\n                \"customTickets\": [],\n                \"gallery\": [],\n                \"providers\": [],\n                \"notifyParticipants\": 1,\n                \"locationId\": null,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 47,\n                \"created\": \"2023-04-20 11:01:22\",\n                \"zoomUserId\": null,\n                \"organizerId\": null,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"bookable\": true,\n                \"cancelable\": true,\n                \"opened\": true,\n                \"closed\": false,\n                \"places\": 40,\n                \"upcoming\": false,\n                \"full\": false\n            },\n            {\n                \"id\": 54,\n                \"name\": \"tickets event\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 0,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                \"fullPayment\": false,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 54,\n                        \"eventId\": 54,\n                        \"periodStart\": \"2023-05-17 09:00:00\",\n                        \"periodEnd\": \"2023-05-17 20:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": null,\n                \"bookingCloses\": null,\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": \"calculate\",\n                \"status\": \"approved\",\n                \"recurring\": null,\n                \"maxCapacity\": 30,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [],\n                \"customTickets\": [\n                    {\n                        \"id\": 25,\n                        \"eventId\": 54,\n                        \"name\": \"ticket2\",\n                        \"enabled\": true,\n                        \"price\": 20,\n                        \"dateRangePrice\": null,\n                        \"spots\": 20,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 2,\n                        \"translations\": null\n                    },\n                    {\n                        \"id\": 24,\n                        \"eventId\": 54,\n                        \"name\": \"ticket1\",\n                        \"enabled\": true,\n                        \"price\": 10,\n                        \"dateRangePrice\": null,\n                        \"spots\": 10,\n                        \"dateRanges\": \"[]\",\n                        \"sold\": 2,\n                        \"translations\": null\n                    }\n                ],\n                \"gallery\": [],\n                \"providers\": [],\n                \"notifyParticipants\": 1,\n                \"locationId\": null,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": null,\n                \"created\": \"2023-04-28 16:05:24\",\n                \"zoomUserId\": null,\n                \"organizerId\": null,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": true,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"bookable\": true,\n                \"cancelable\": true,\n                \"opened\": true,\n                \"closed\": false,\n                \"places\": 26,\n                \"upcoming\": false,\n                \"full\": false\n            },\n            {\n                \"id\": 51,\n                \"name\": \"daily 2 days\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 0,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n                \"fullPayment\": false,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 51,\n                        \"eventId\": 51,\n                        \"periodStart\": \"2023-05-19 09:00:00\",\n                        \"periodEnd\": \"2023-05-20 16:30:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": null,\n                \"bookingCloses\": null,\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": \"calculate\",\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"daily\",\n                    \"order\": 5,\n                    \"until\": \"2023-05-21 02:00:00\",\n                    \"cycleInterval\": 2,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": null,\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 40,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [],\n                \"customTickets\": [],\n                \"gallery\": [],\n                \"providers\": [],\n                \"notifyParticipants\": 1,\n                \"locationId\": null,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 47,\n                \"created\": \"2023-04-20 11:01:22\",\n                \"zoomUserId\": null,\n                \"organizerId\": null,\n                \"type\": \"event\",\n                \"bringingAnyone\": true,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"bookable\": true,\n                \"cancelable\": true,\n                \"opened\": true,\n                \"closed\": false,\n                \"places\": 40,\n                \"upcoming\": false,\n                \"full\": false\n            },\n            {\n                \"id\": 16,\n                \"name\": \"test5\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 20,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": null,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n                \"fullPayment\": false,\n                \"bookings\": [],\n                \"periods\": [\n                    {\n                        \"id\": 16,\n                        \"eventId\": 16,\n                        \"periodStart\": \"2023-05-20 15:00:00\",\n                        \"periodEnd\": \"2023-05-20 23:00:00\",\n                        \"zoomMeeting\": null,\n                        \"lessonSpace\": null,\n                        \"bookings\": [],\n                        \"googleCalendarEventId\": null,\n                        \"googleMeetUrl\": null,\n                        \"outlookCalendarEventId\": null\n                    }\n                ],\n                \"bookingOpens\": null,\n                \"bookingCloses\": null,\n                \"bookingOpensRec\": \"same\",\n                \"bookingClosesRec\": \"same\",\n                \"ticketRangeRec\": \"calculate\",\n                \"status\": \"approved\",\n                \"recurring\": {\n                    \"cycle\": \"monthly\",\n                    \"order\": 3,\n                    \"until\": \"2023-05-21 02:00:00\",\n                    \"cycleInterval\": 1,\n                    \"monthlyRepeat\": \"each\",\n                    \"monthDate\": \"2023-03-20 14:00:00\",\n                    \"monthlyOnRepeat\": null,\n                    \"monthlyOnDay\": null\n                },\n                \"maxCapacity\": 70,\n                \"maxCustomCapacity\": null,\n                \"show\": true,\n                \"tags\": [],\n                \"customTickets\": [],\n                \"gallery\": [],\n                \"providers\": [],\n                \"notifyParticipants\": 1,\n                \"locationId\": null,\n                \"location\": null,\n                \"customLocation\": null,\n                \"parentId\": 14,\n                \"created\": \"2023-03-17 16:17:27\",\n                \"zoomUserId\": null,\n                \"organizerId\": null,\n                \"type\": \"event\",\n                \"bringingAnyone\": false,\n                \"bookMultipleTimes\": true,\n                \"translations\": null,\n                \"customPricing\": false,\n                \"closeAfterMin\": null,\n                \"closeAfterMinBookings\": false,\n                \"maxExtraPeople\": null,\n                \"initialEventStart\": null,\n                \"initialEventEnd\": null,\n                \"bookable\": true,\n                \"cancelable\": true,\n                \"opened\": true,\n                \"closed\": false,\n                \"places\": 65,\n                \"upcoming\": false,\n                \"full\": false\n            }\n        ],\n        \"count\": 6\n    }\n}"
						}
					]
				},
				{
					"name": "get calendar events",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"providers\": [\n        {\n            \"id\": 1\n        }\n    ],\n    \"periods\": [\n        {\n            \"id\": null,\n            \"eventId\": null,\n            \"periodStart\": \"2023-09-05 12:30:00\",\n            \"periodEnd\": \"2023-09-05 23:30:00\"\n        }\n    ],\n    //eventIds - when checking calendar slot busyness of organizer for existing events\n    //first element - eventId\n    //second elemtn - parentId of the event (in case of recurring)\n    \"eventIds\": [\n        82, 81\n    ],\n    \"recurring\": {\n        \"cycle\": null,\n        \"order\": null,\n        \"until\": null,\n        \"cycleInterval\": null\n    }\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/events/calendar",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events",
								"calendar"
							]
						}
					},
					"response": [
						{
							"name": "get calendar events",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"providers\": [\n        {\n            \"id\": 1\n        }\n    ],\n    \"periods\": [\n        {\n            \"id\": null,\n            \"eventId\": null,\n            \"periodStart\": \"2023-09-05 12:30:00\",\n            \"periodEnd\": \"2023-09-05 23:30:00\"\n        }\n    ],\n    //eventIds - when checking calendar slot busyness of organizer for existing events\n    //first element - eventId\n    //second elemtn - parentId of the event (in case of recurring)\n    \"eventIds\": [\n        82, 81\n    ],\n    \"recurring\": {\n        \"cycle\": null,\n        \"order\": null,\n        \"until\": null,\n        \"cycleInterval\": null\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/events/calendar",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"calendar"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 28 Aug 2023 09:05:54 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1431"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Conflict with the event in employee's google/outlook calendar\",\n    \"data\": {\n        \"calendarConflict\": true,\n        \"events\": [\n            {\n                \"@odata.etag\": \"W/\\\"2M/Z1PukYUC7RvpUFIYk6gAGscMEtg==\\\"\",\n                \"id\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABrGgABAAAAA=\",\n                \"createdDateTime\": \"2023-08-24T16:21:33.2522436Z\",\n                \"lastModifiedDateTime\": \"2023-08-24T16:21:34.9433647Z\",\n                \"changeKey\": \"2M/Z1PukYUC7RvpUFIYk6gAGscMEtg==\",\n                \"categories\": [],\n                \"transactionId\": null,\n                \"originalStartTimeZone\": \"UTC\",\n                \"originalEndTimeZone\": \"UTC\",\n                \"iCalUId\": \"040000008200E00074C5B7101A82E00800000000A2ADF30BA7D6D90100000000000000001000000087BD80764B401F4AA521D4847D80620A\",\n                \"reminderMinutesBeforeStart\": 15,\n                \"isReminderOn\": true,\n                \"hasAttachments\": false,\n                \"subject\": \"amelia service\",\n                \"bodyPreview\": \"\",\n                \"importance\": \"normal\",\n                \"sensitivity\": \"normal\",\n                \"isAllDay\": false,\n                \"isCancelled\": false,\n                \"isOrganizer\": true,\n                \"responseRequested\": true,\n                \"seriesMasterId\": null,\n                \"showAs\": \"busy\",\n                \"type\": \"singleInstance\",\n                \"webLink\": \"https://outlook.live.com/owa/?itemid=AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABrGgABAAAAA%3D&exvsurl=1&path=/calendar/item\",\n                \"onlineMeetingUrl\": null,\n                \"isOnlineMeeting\": false,\n                \"onlineMeetingProvider\": \"unknown\",\n                \"allowNewTimeProposals\": true,\n                \"occurrenceId\": null,\n                \"isDraft\": false,\n                \"hideAttendees\": false,\n                \"responseStatus\": {\n                    \"response\": \"organizer\",\n                    \"time\": \"0001-01-01T00:00:00Z\"\n                },\n                \"body\": {\n                    \"contentType\": \"html\",\n                    \"content\": \"\"\n                },\n                \"start\": {\n                    \"dateTime\": \"2023-09-05T10:30:00.0000000\",\n                    \"timeZone\": \"UTC\"\n                },\n                \"end\": {\n                    \"dateTime\": \"2023-09-05T11:00:00.0000000\",\n                    \"timeZone\": \"UTC\"\n                },\n                \"location\": {\n                    \"displayName\": \"Location2\",\n                    \"locationUri\": \"\",\n                    \"locationType\": \"default\",\n                    \"uniqueId\": \"Location2\",\n                    \"uniqueIdType\": \"private\",\n                    \"address\": {\n                        \"street\": \"Velisava Vulovića 18, Belgrade, Serbia\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"countryOrRegion\": \"\",\n                        \"postalCode\": \"\"\n                    },\n                    \"coordinates\": []\n                },\n                \"locations\": [\n                    {\n                        \"displayName\": \"Location2\",\n                        \"locationUri\": \"\",\n                        \"locationType\": \"default\",\n                        \"uniqueId\": \"Location2\",\n                        \"uniqueIdType\": \"private\",\n                        \"address\": {\n                            \"street\": \"Velisava Vulovića 18, Belgrade, Serbia\",\n                            \"city\": \"\",\n                            \"state\": \"\",\n                            \"countryOrRegion\": \"\",\n                            \"postalCode\": \"\"\n                        },\n                        \"coordinates\": []\n                    }\n                ],\n                \"recurrence\": null,\n                \"attendees\": [],\n                \"organizer\": {\n                    \"emailAddress\": {\n                        \"name\": \"Milica Nikolić\",\n                        \"address\": \"snakemilica@hotmail.com\"\n                    }\n                },\n                \"onlineMeeting\": null,\n                \"singleValueExtendedProperties\": [\n                    {\n                        \"id\": \"Integer {66f5a359-4659-4830-9070-00049ec6ac6e} Name appointmentId\",\n                        \"value\": \"681\"\n                    }\n                ]\n            },\n            {\n                \"@odata.etag\": \"W/\\\"2M/Z1PukYUC7RvpUFIYk6gAGrZ9Xqg==\\\"\",\n                \"id\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABq18lz4AAAA=\",\n                \"createdDateTime\": \"2023-08-18T17:21:35.9754617Z\",\n                \"lastModifiedDateTime\": \"2023-08-18T17:21:36.7373403Z\",\n                \"changeKey\": \"2M/Z1PukYUC7RvpUFIYk6gAGrZ9Xqg==\",\n                \"categories\": [],\n                \"transactionId\": null,\n                \"originalStartTimeZone\": \"UTC\",\n                \"originalEndTimeZone\": \"UTC\",\n                \"iCalUId\": \"040000008200E00074C5B7101A82E00800000000A996DC70F8D1D90100000000000000001000000098D09A71A61E124981A4CB045426B80D\",\n                \"reminderMinutesBeforeStart\": 15,\n                \"isReminderOn\": true,\n                \"hasAttachments\": false,\n                \"subject\": \"milica service\",\n                \"bodyPreview\": \"\",\n                \"importance\": \"normal\",\n                \"sensitivity\": \"normal\",\n                \"isAllDay\": false,\n                \"isCancelled\": false,\n                \"isOrganizer\": true,\n                \"responseRequested\": true,\n                \"seriesMasterId\": null,\n                \"showAs\": \"busy\",\n                \"type\": \"singleInstance\",\n                \"webLink\": \"https://outlook.live.com/owa/?itemid=AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABq18lz4AAAA%3D&exvsurl=1&path=/calendar/item\",\n                \"onlineMeetingUrl\": null,\n                \"isOnlineMeeting\": false,\n                \"onlineMeetingProvider\": \"unknown\",\n                \"allowNewTimeProposals\": true,\n                \"occurrenceId\": null,\n                \"isDraft\": false,\n                \"hideAttendees\": false,\n                \"responseStatus\": {\n                    \"response\": \"organizer\",\n                    \"time\": \"0001-01-01T00:00:00Z\"\n                },\n                \"body\": {\n                    \"contentType\": \"html\",\n                    \"content\": \"\"\n                },\n                \"start\": {\n                    \"dateTime\": \"2023-09-05T12:30:00.0000000\",\n                    \"timeZone\": \"UTC\"\n                },\n                \"end\": {\n                    \"dateTime\": \"2023-09-05T14:00:00.0000000\",\n                    \"timeZone\": \"UTC\"\n                },\n                \"location\": {\n                    \"displayName\": \"Location2\",\n                    \"locationUri\": \"\",\n                    \"locationType\": \"default\",\n                    \"uniqueId\": \"Location2\",\n                    \"uniqueIdType\": \"private\",\n                    \"address\": {\n                        \"street\": \"Velisava Vulovića 18, Belgrade, Serbia\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"countryOrRegion\": \"\",\n                        \"postalCode\": \"\"\n                    },\n                    \"coordinates\": []\n                },\n                \"locations\": [\n                    {\n                        \"displayName\": \"Location2\",\n                        \"locationUri\": \"\",\n                        \"locationType\": \"default\",\n                        \"uniqueId\": \"Location2\",\n                        \"uniqueIdType\": \"private\",\n                        \"address\": {\n                            \"street\": \"Velisava Vulovića 18, Belgrade, Serbia\",\n                            \"city\": \"\",\n                            \"state\": \"\",\n                            \"countryOrRegion\": \"\",\n                            \"postalCode\": \"\"\n                        },\n                        \"coordinates\": []\n                    }\n                ],\n                \"recurrence\": null,\n                \"attendees\": [],\n                \"organizer\": {\n                    \"emailAddress\": {\n                        \"name\": \"Milica Nikolić\",\n                        \"address\": \"snakemilica@hotmail.com\"\n                    }\n                },\n                \"onlineMeeting\": null,\n                \"singleValueExtendedProperties\": [\n                    {\n                        \"id\": \"Integer {66f5a359-4659-4830-9070-00049ec6ac6e} Name appointmentId\",\n                        \"value\": \"649\"\n                    }\n                ]\n            },\n            {\n                \"@odata.etag\": \"W/\\\"2M/Z1PukYUC7RvpUFIYk6gAGrZ/oLg==\\\"\",\n                \"id\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABq18l0oAAAA=\",\n                \"createdDateTime\": \"2023-08-22T12:35:58.7875258Z\",\n                \"lastModifiedDateTime\": \"2023-08-22T12:36:01.5270901Z\",\n                \"changeKey\": \"2M/Z1PukYUC7RvpUFIYk6gAGrZ/oLg==\",\n                \"categories\": [],\n                \"transactionId\": null,\n                \"originalStartTimeZone\": \"UTC\",\n                \"originalEndTimeZone\": \"UTC\",\n                \"iCalUId\": \"040000008200E00074C5B7101A82E00800000000E187F333F5D4D901000000000000000010000000F37D78895258F44294CF56BE6DD0A76E\",\n                \"reminderMinutesBeforeStart\": 15,\n                \"isReminderOn\": true,\n                \"hasAttachments\": false,\n                \"subject\": \"new service\",\n                \"bodyPreview\": \"\",\n                \"importance\": \"normal\",\n                \"sensitivity\": \"normal\",\n                \"isAllDay\": false,\n                \"isCancelled\": false,\n                \"isOrganizer\": true,\n                \"responseRequested\": true,\n                \"seriesMasterId\": null,\n                \"showAs\": \"busy\",\n                \"type\": \"singleInstance\",\n                \"webLink\": \"https://outlook.live.com/owa/?itemid=AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABq18l0oAAAA%3D&exvsurl=1&path=/calendar/item\",\n                \"onlineMeetingUrl\": null,\n                \"isOnlineMeeting\": false,\n                \"onlineMeetingProvider\": \"unknown\",\n                \"allowNewTimeProposals\": true,\n                \"occurrenceId\": null,\n                \"isDraft\": false,\n                \"hideAttendees\": false,\n                \"responseStatus\": {\n                    \"response\": \"organizer\",\n                    \"time\": \"0001-01-01T00:00:00Z\"\n                },\n                \"body\": {\n                    \"contentType\": \"html\",\n                    \"content\": \"\"\n                },\n                \"start\": {\n                    \"dateTime\": \"2023-09-05T16:00:00.0000000\",\n                    \"timeZone\": \"UTC\"\n                },\n                \"end\": {\n                    \"dateTime\": \"2023-09-05T16:30:00.0000000\",\n                    \"timeZone\": \"UTC\"\n                },\n                \"location\": {\n                    \"displayName\": \"Location2\",\n                    \"locationUri\": \"\",\n                    \"locationType\": \"default\",\n                    \"uniqueId\": \"Location2\",\n                    \"uniqueIdType\": \"private\",\n                    \"address\": {\n                        \"street\": \"Velisava Vulovića 18, Belgrade, Serbia\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"countryOrRegion\": \"\",\n                        \"postalCode\": \"\"\n                    },\n                    \"coordinates\": []\n                },\n                \"locations\": [\n                    {\n                        \"displayName\": \"Location2\",\n                        \"locationUri\": \"\",\n                        \"locationType\": \"default\",\n                        \"uniqueId\": \"Location2\",\n                        \"uniqueIdType\": \"private\",\n                        \"address\": {\n                            \"street\": \"Velisava Vulovića 18, Belgrade, Serbia\",\n                            \"city\": \"\",\n                            \"state\": \"\",\n                            \"countryOrRegion\": \"\",\n                            \"postalCode\": \"\"\n                        },\n                        \"coordinates\": []\n                    }\n                ],\n                \"recurrence\": null,\n                \"attendees\": [],\n                \"organizer\": {\n                    \"emailAddress\": {\n                        \"name\": \"Milica Nikolić\",\n                        \"address\": \"snakemilica@hotmail.com\"\n                    }\n                },\n                \"onlineMeeting\": null,\n                \"singleValueExtendedProperties\": [\n                    {\n                        \"id\": \"Integer {66f5a359-4659-4830-9070-00049ec6ac6e} Name appointmentId\",\n                        \"value\": \"673\"\n                    }\n                ]\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "get event",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('event_id', 72);"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/events/{{event_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"events",
								"{{event_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get event",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/events/{{event_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"events",
										"{{event_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 14:31:01 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1824"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved event\",\n    \"data\": {\n        \"event\": {\n            \"id\": 1,\n            \"name\": \"test event 1\",\n            \"description\": \"new description1237778900 new add\",\n            \"color\": \"#1788FB\",\n            \"price\": 100,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":false,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":true}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": false,\n            \"bookings\": [],\n            \"periods\": [\n                {\n                    \"id\": 1,\n                    \"eventId\": 1,\n                    \"periodStart\": \"2023-03-16 11:00:00\",\n                    \"periodEnd\": \"2023-03-16 17:00:00\",\n                    \"zoomMeeting\": null,\n                    \"lessonSpace\": null,\n                    \"bookings\": [],\n                    \"googleCalendarEventId\": \"7kn3c3sqj6tlal8os7b5a6dvj4\",\n                    \"googleMeetUrl\": null,\n                    \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABkTfazUAAAA=\"\n                }\n            ],\n            \"bookingOpens\": null,\n            \"bookingCloses\": null,\n            \"bookingOpensRec\": \"same\",\n            \"bookingClosesRec\": \"same\",\n            \"ticketRangeRec\": \"calculate\",\n            \"status\": \"approved\",\n            \"recurring\": null,\n            \"maxCapacity\": 10,\n            \"maxCustomCapacity\": null,\n            \"show\": true,\n            \"tags\": [],\n            \"customTickets\": [],\n            \"gallery\": [],\n            \"providers\": [],\n            \"notifyParticipants\": 1,\n            \"locationId\": null,\n            \"location\": null,\n            \"customLocation\": null,\n            \"parentId\": null,\n            \"created\": \"2023-03-13 13:43:13\",\n            \"zoomUserId\": null,\n            \"organizerId\": 1,\n            \"type\": \"event\",\n            \"bringingAnyone\": true,\n            \"bookMultipleTimes\": true,\n            \"translations\": null,\n            \"customPricing\": false,\n            \"closeAfterMin\": null,\n            \"closeAfterMinBookings\": false,\n            \"maxExtraPeople\": null,\n            \"initialEventStart\": null,\n            \"initialEventEnd\": null\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Locations",
			"item": [
				{
					"name": "add location",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"status\": \"visible\",\n    \"name\": \"169 West Drive\",\n    \"description\": \"Description of location\",\n    \"address\": \"169 West Drive, Northlake, IL, USA\",\n    \"phone\": \"+381601234567\",\n    \"latitude\": 41.9086589,\n    \"longitude\": -87.9121619,\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"pin\": \"http://localhost/amelia/wp-content/plugins/amelia-plugin/public/img/pins/orange.png\",\n    \"translations\": \"{\\\"name\\\":{\\\"fr_FR\\\":\\\"nom de la localisation\\\"},\\\"description\\\":{\\\"fr_FR\\\":\\\"description du lieu\\\",\\\"fr_FRHtml\\\":\\\"description du lieu\\\"}}\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/locations",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"locations"
							]
						}
					},
					"response": [
						{
							"name": "add location",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"status\": \"visible\",\n    \"name\": \"169 West Drive\",\n    \"description\": \"Description of location\",\n    \"address\": \"169 West Drive, Northlake, IL, USA\",\n    \"phone\": \"+381601234567\",\n    \"latitude\": 41.9086589,\n    \"longitude\": -87.9121619,\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"pin\": \"http://localhost/amelia/wp-content/plugins/amelia-plugin/public/img/pins/orange.png\",\n    \"translations\": \"{\\\"name\\\":{\\\"fr_FR\\\":\\\"nom de la localisation\\\"},\\\"description\\\":{\\\"fr_FR\\\":\\\"description du lieu\\\",\\\"fr_FRHtml\\\":\\\"description du lieu\\\"}}\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/locations",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"locations"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "html",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 27 Oct 2023 10:55:56 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "355"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "text/html; charset=UTF-8"
								}
							],
							"cookie": [],
							"body": "{\"message\":\"Successfully added location.\",\"data\":{\"location\":{\"id\":11,\"status\":\"visible\",\"name\":\"169 West Drive\",\"description\":\"Description of location\",\"address\":\"169 West Drive, Northlake, IL, USA\",\"phone\":\"+381601234567\",\"latitude\":41.9086589,\"longitude\":-87.9121619,\"pictureFullPath\":null,\"pictureThumbPath\":null,\"pin\":\"http:\\/\\/localhost\\/amelia\\/wp-content\\/plugins\\/amelia-plugin\\/public\\/img\\/pins\\/orange.png\",\"translations\":\"{\\\"name\\\":{\\\"fr_FR\\\":\\\"nom de la localisation\\\"},\\\"description\\\":{\\\"fr_FR\\\":\\\"description du lieu\\\",\\\"fr_FRHtml\\\":\\\"description du lieu\\\"}}\"}}}"
						}
					]
				},
				{
					"name": "update location",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('location_id', 4);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"status\": \"visible\",\n    \"name\": \"169 West Drive\",\n    \"description\": \"Description of location\",\n    \"address\": \"169 W North Ave, Northlake, IL, USA\",\n    \"phone\": \"+381601234567\",\n    \"latitude\": 41.9068764,\n    \"longitude\": -87.89629680000002,\n    \"pictureFullPath\": null,\n    \"pictureThumbPath\": null,\n    \"pin\": null,\n    \"translations\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/locations/{{location_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"locations",
								"{{location_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update location",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"status\": \"visible\",\n    \"name\": \"169 West Drive\",\n    \"description\": \"Description of location\",\n    \"address\": \"169 W North Ave, Northlake, IL, USA\",\n    \"phone\": \"+381601234567\",\n    \"latitude\": 41.9068764,\n    \"longitude\": -87.89629680000002,\n    \"pictureFullPath\": null,\n    \"pictureThumbPath\": \"http://via.placeholder.com/120/FD5FA1/fff?text=1WD\",\n    \"pin\": \"http://localhost/amelia/wp-content/plugins/amelia-plugin//public/img/pins/orange.png\",\n    \"translations\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/locations/{{location_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"locations",
										"{{location_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 10:47:36 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "455"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated location.\",\n    \"data\": {\n        \"location\": {\n            \"id\": null,\n            \"status\": \"visible\",\n            \"name\": \"169 West Drive\",\n            \"description\": \"Description of location\",\n            \"address\": \"169 W North Ave, Northlake, IL, USA\",\n            \"phone\": \"+381601234567\",\n            \"latitude\": 41.9068764,\n            \"longitude\": -87.89629680000002,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"pin\": \"http://localhost/amelia/wp-content/plugins/amelia-plugin//public/img/pins/orange.png\",\n            \"translations\": null\n        }\n    }\n}"
						},
						{
							"name": "update location partially",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"179 West Drive\",\n    \"status\": \"hidden\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/locations/{{location_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"locations",
										"{{location_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 28 Aug 2023 09:48:06 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "304"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated location.\",\n    \"data\": {\n        \"location\": {\n            \"id\": 5,\n            \"status\": \"hidden\",\n            \"name\": \"179 West Drive\",\n            \"description\": \"Description of location\",\n            \"address\": \"169 West Drive, Northlake, IL, USA\",\n            \"phone\": \"+381601234567\",\n            \"latitude\": 41.908659,\n            \"longitude\": -87.912162,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"pin\": \"http://localhost/amelia/wp-content/plugins/amelia-plugin//public/img/pins/orange.png\",\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "delete location",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('location_id', 3);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/locations/delete/{{location_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"locations",
								"delete",
								"{{location_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete location",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/locations/delete/{{location_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"locations",
										"delete",
										"{{location_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 10:49:17 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "443"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted location.\",\n    \"data\": {\n        \"location\": {\n            \"id\": 3,\n            \"status\": \"visible\",\n            \"name\": \"169 West Drive\",\n            \"description\": \"Description of location\",\n            \"address\": \"169 W North Ave, Northlake, IL, USA\",\n            \"phone\": \"+381601234567\",\n            \"latitude\": 41.906876,\n            \"longitude\": -87.896297,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"pin\": \"http://localhost/amelia/wp-content/plugins/amelia-plugin//public/img/pins/orange.png\",\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "delete effect location",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('location_id', 1);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/locations/effect/{{location_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"locations",
								"effect",
								"{{location_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete effect location",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/locations/effect/{{location_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"locations",
										"effect",
										"{{location_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 10:52:31 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "126"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved message.\",\n    \"data\": {\n        \"valid\": true,\n        \"message\": \"This location has 10 services connected to it.\"\n    }\n}"
						}
					]
				},
				{
					"name": "get locations",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/locations&page=1&sort=name",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"locations&page=1&sort=name"
							]
						}
					},
					"response": [
						{
							"name": "get locations",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/locations&page=1&sort=name",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"locations&page=1&sort=name"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 10:41:58 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "519"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved locations.\",\n    \"data\": {\n        \"locations\": [\n            {\n                \"id\": 1,\n                \"status\": \"visible\",\n                \"name\": \"location1\",\n                \"description\": \"\",\n                \"address\": \"\",\n                \"phone\": \"\",\n                \"latitude\": 40.748441,\n                \"longitude\": -73.987853,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"pin\": \"\",\n                \"translations\": null\n            },\n            {\n                \"id\": 2,\n                \"status\": \"visible\",\n                \"name\": \"location2\",\n                \"description\": \"\",\n                \"address\": \"\",\n                \"phone\": \"\",\n                \"latitude\": 40.748441,\n                \"longitude\": -73.987853,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"pin\": \"\",\n                \"translations\": null\n            }\n        ],\n        \"countFiltered\": 2,\n        \"countTotal\": 2\n    }\n}"
						}
					]
				},
				{
					"name": "get location",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('location_id', 1);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/locations/{{location_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"locations",
								"{{location_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get location",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/locations/{{location_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"locations",
										"{{location_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 10:42:30 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "274"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved location.\",\n    \"data\": {\n        \"location\": {\n            \"id\": 1,\n            \"status\": \"visible\",\n            \"name\": \"location1\",\n            \"description\": \"\",\n            \"address\": \"\",\n            \"phone\": \"\",\n            \"latitude\": 40.748441,\n            \"longitude\": -73.987853,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"pin\": \"\",\n            \"translations\": null\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Services",
			"item": [
				{
					"name": "add service",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"categoryId\": \"4\",\n    \"color\": \"#1788FB\",\n    \"description\": \"\",\n    \"duration\": 1800,\n    \"providers\": [\n        3\n    ],\n    \"extras\": [\n        {\n            \"description\": \"\",\n            \"descriptionHTML\": \"\",\n            \"duration\": 1800,\n            \"maxQuantity\": 1,\n            \"name\": \"extra1\",\n            \"position\": 1,\n            \"price\": 100,\n            \"serviceId\": 0,\n            \"translations\": null\n        }\n    ],\n    \"maxCapacity\": 1,\n    \"minCapacity\": 1,\n    \"name\": \"Service api\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"price\": 0,\n    \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n    \"status\": \"visible\",\n    \"timeAfter\": \"\",\n    \"timeBefore\": \"\",\n    \"bringingAnyone\": true,\n    \"show\": true,\n    \"gallery\": [],\n    \"aggregatedPrice\": true,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n    \"recurringCycle\": \"disabled\",\n    \"recurringSub\": \"future\",\n    \"recurringPayment\": 0,\n    \"position\": 9,\n    \"deposit\": 0,\n    \"depositPayment\": \"disabled\",\n    \"depositPerPerson\": 1,\n    \"fullPayment\": false,\n    \"translations\": null,\n    \"minSelectedExtras\": null,\n    \"mandatoryExtra\": false,\n    \"maxExtraPeople\": null,\n    \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n}"
						},
						"url": {
							"raw": "{{admin_ajax_url}}/services",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"services"
							]
						}
					},
					"response": [
						{
							"name": "add service",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"categoryId\": \"4\",\n    \"color\": \"#1788FB\",\n    \"description\": \"\",\n    \"duration\": 1800,\n    \"providers\": [\n        3\n    ],\n    \"extras\": [\n        {\n            \"description\": \"\",\n            \"descriptionHTML\": \"\",\n            \"duration\": 1800,\n            \"maxQuantity\": 1,\n            \"name\": \"extra1\",\n            \"position\": 1,\n            \"price\": 100,\n            \"serviceId\": 0,\n            \"translations\": null\n        }\n    ],\n    \"maxCapacity\": 1,\n    \"minCapacity\": 1,\n    \"name\": \"Service 1\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"price\": 0,\n    \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n    \"status\": \"visible\",\n    \"timeAfter\": \"\",\n    \"timeBefore\": \"\",\n    \"bringingAnyone\": true,\n    \"show\": true,\n    \"gallery\": [],\n    \"aggregatedPrice\": true,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n    \"recurringCycle\": \"disabled\",\n    \"recurringSub\": \"future\",\n    \"recurringPayment\": 0,\n    \"position\": 9,\n    \"deposit\": 0,\n    \"depositPayment\": \"disabled\",\n    \"depositPerPerson\": 1,\n    \"fullPayment\": false,\n    \"translations\": null,\n    \"minSelectedExtras\": null,\n    \"mandatoryExtra\": false,\n    \"maxExtraPeople\": null,\n    \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/services",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:32:21 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1355"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new service.\",\n    \"data\": {\n        \"service\": {\n            \"id\": 12,\n            \"name\": \"Service 1\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 0,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"extra1\",\n                    \"description\": \"\",\n                    \"price\": 100,\n                    \"maxQuantity\": 1,\n                    \"position\": 1,\n                    \"duration\": 1800,\n                    \"serviceId\": 12,\n                    \"aggregatedPrice\": null,\n                    \"translations\": null\n                }\n            ],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": false,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"duration\": 1800,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"bringingAnyone\": true,\n            \"show\": true,\n            \"aggregatedPrice\": true,\n            \"status\": \"visible\",\n            \"categoryId\": 4,\n            \"category\": null,\n            \"priority\": [],\n            \"gallery\": [],\n            \"recurringCycle\": \"disabled\",\n            \"recurringSub\": \"future\",\n            \"recurringPayment\": 0,\n            \"translations\": null,\n            \"minSelectedExtras\": null,\n            \"mandatoryExtra\": false,\n            \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n            \"maxExtraPeople\": null,\n            \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n        }\n    }\n}"
						},
						{
							"name": "add service 2",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"categoryId\": \"4\",\n    \"providers\": [\n        3\n    ],\n    \"duration\": 1800,\n    \"name\": \"Service 13\",\n    \"maxCapacity\": 1,\n    \"minCapacity\": 1,\n    \"price\": 20\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/services",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:32:21 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1355"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new service.\",\n    \"data\": {\n        \"service\": {\n            \"id\": 12,\n            \"name\": \"Service 1\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 0,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"extra1\",\n                    \"description\": \"\",\n                    \"price\": 100,\n                    \"maxQuantity\": 1,\n                    \"position\": 1,\n                    \"duration\": 1800,\n                    \"serviceId\": 12,\n                    \"aggregatedPrice\": null,\n                    \"translations\": null\n                }\n            ],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n            \"fullPayment\": false,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"duration\": 1800,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"bringingAnyone\": true,\n            \"show\": true,\n            \"aggregatedPrice\": true,\n            \"status\": \"visible\",\n            \"categoryId\": 4,\n            \"category\": null,\n            \"priority\": [],\n            \"gallery\": [],\n            \"recurringCycle\": \"disabled\",\n            \"recurringSub\": \"future\",\n            \"recurringPayment\": 0,\n            \"translations\": null,\n            \"minSelectedExtras\": null,\n            \"mandatoryExtra\": false,\n            \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n            \"maxExtraPeople\": null,\n            \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "update service",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('service_id', 12);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"id\": 12,\n    \"categoryId\": \"4\",\n    \"color\": \"#1788FB\",\n    \"description\": \"\",\n    \"duration\": 1800,\n    \"providers\": [\n        3\n    ],\n    \"extras\": [\n        {\n            \"description\": \"\",\n            \"descriptionHTML\": \"\",\n            \"duration\": 1800,\n            \"maxQuantity\": 1,\n            \"name\": \"extra1\",\n            \"position\": 1,\n            \"price\": 100,\n            \"serviceId\": 0,\n            \"translations\": null\n        }\n    ],\n    \"maxCapacity\": 1,\n    \"minCapacity\": 1,\n    \"name\": \"Service New Name\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"price\": 0,\n    \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n    \"status\": \"visible\",\n    \"timeAfter\": \"\",\n    \"timeBefore\": \"\",\n    \"bringingAnyone\": true,\n    \"show\": true,\n    \"applyGlobally\": false, // should price updates apply to all employees\n    \"gallery\": [],\n    \"aggregatedPrice\": true,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n    \"recurringCycle\": \"disabled\",\n    \"recurringSub\": \"future\",\n    \"recurringPayment\": 0,\n    \"position\": 9,\n    \"deposit\": 0,\n    \"depositPayment\": \"disabled\",\n    \"depositPerPerson\": 1,\n    \"fullPayment\": false,\n    \"translations\": null,\n    \"minSelectedExtras\": null,\n    \"mandatoryExtra\": false,\n    \"maxExtraPeople\": null,\n    \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n}"
						},
						"url": {
							"raw": "{{admin_ajax_url}}/services/{{service_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"services",
								"{{service_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update service",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"id\": 12,\n    \"categoryId\": \"4\",\n    \"color\": \"#1788FB\",\n    \"description\": \"\",\n    \"duration\": 1800,\n    \"providers\": [\n        3\n    ],\n    \"extras\": [\n        {\n            \"description\": \"\",\n            \"descriptionHTML\": \"\",\n            \"duration\": 1800,\n            \"maxQuantity\": 1,\n            \"name\": \"extra1\",\n            \"position\": 1,\n            \"price\": 100,\n            \"serviceId\": 0,\n            \"translations\": null\n        }\n    ],\n    \"maxCapacity\": 1,\n    \"minCapacity\": 1,\n    \"name\": \"Service New Name\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"price\": 0,\n    \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n    \"status\": \"visible\",\n    \"timeAfter\": \"\",\n    \"timeBefore\": \"\",\n    \"bringingAnyone\": true,\n    \"show\": true,\n    \"applyGlobally\": false,\n    \"gallery\": [],\n    \"aggregatedPrice\": true,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n    \"recurringCycle\": \"disabled\",\n    \"recurringSub\": \"future\",\n    \"recurringPayment\": 0,\n    \"position\": 9,\n    \"deposit\": 0,\n    \"depositPayment\": \"disabled\",\n    \"depositPerPerson\": 1,\n    \"fullPayment\": false,\n    \"translations\": null,\n    \"minSelectedExtras\": null,\n    \"mandatoryExtra\": false,\n    \"maxExtraPeople\": null,\n    \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/services/{{service_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services",
										"{{service_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:35:02 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1396"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated service.\",\n    \"data\": {\n        \"service\": {\n            \"id\": 12,\n            \"name\": \"Service New Name\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 0,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [\n                {\n                    \"id\": 11,\n                    \"name\": \"extra1\",\n                    \"description\": \"\",\n                    \"price\": 100,\n                    \"maxQuantity\": 1,\n                    \"position\": 1,\n                    \"duration\": 1800,\n                    \"serviceId\": 12,\n                    \"aggregatedPrice\": null,\n                    \"translations\": null\n                }\n            ],\n            \"coupons\": [],\n            \"position\": 9,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n            \"fullPayment\": false,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"duration\": 1800,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"bringingAnyone\": true,\n            \"show\": true,\n            \"aggregatedPrice\": true,\n            \"status\": \"visible\",\n            \"categoryId\": 4,\n            \"category\": null,\n            \"priority\": [],\n            \"gallery\": [],\n            \"recurringCycle\": \"disabled\",\n            \"recurringSub\": \"future\",\n            \"recurringPayment\": 0,\n            \"translations\": null,\n            \"minSelectedExtras\": null,\n            \"mandatoryExtra\": false,\n            \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n            \"maxExtraPeople\": null,\n            \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n        }\n    }\n}"
						},
						{
							"name": "update service partially",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"duration\": 3600,\n    \"providers\": [1],\n    \"applyGlobally\": true // should price updates apply to all employees\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/services/{{service_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services",
										"{{service_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 25 Aug 2023 15:09:02 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "637"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated service.\",\n    \"data\": {\n        \"service\": {\n            \"id\": 18,\n            \"name\": \"Service api\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 0,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"extra1\",\n                    \"description\": \"\",\n                    \"price\": 100,\n                    \"maxQuantity\": 1,\n                    \"position\": 1,\n                    \"duration\": 1800,\n                    \"serviceId\": 18,\n                    \"aggregatedPrice\": false,\n                    \"translations\": null\n                }\n            ],\n            \"coupons\": [],\n            \"position\": null,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.5\\\"}}\",\n            \"fullPayment\": false,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"duration\": 3600,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"bringingAnyone\": true,\n            \"show\": true,\n            \"aggregatedPrice\": true,\n            \"status\": \"visible\",\n            \"categoryId\": 4,\n            \"category\": null,\n            \"priority\": [],\n            \"gallery\": [],\n            \"recurringCycle\": \"disabled\",\n            \"recurringSub\": \"future\",\n            \"recurringPayment\": 0,\n            \"translations\": null,\n            \"minSelectedExtras\": null,\n            \"mandatoryExtra\": false,\n            \"customPricing\": \"{\\\"enabled\\\": false, \\\"durations\\\": []}\",\n            \"maxExtraPeople\": null,\n            \"limitPerCustomer\": \"{\\\"enabled\\\": false, \\\"numberOfApp\\\": 1,\\\"timeFrame\\\": \\\"day\\\", \\\"period\\\": 1, \\\"from\\\": \\\"bookingDate\\\"}\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "update service positions",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"services\": [\n        {\"id\": 4}, {\"id\": 12}\n    ],\n    \"sorting\": \"custom\" //priceAsc, priceDesc, nameAsc, nameDesc\n}"
						},
						"url": {
							"raw": "{{admin_ajax_url}}/services/positions",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"services",
								"positions"
							]
						}
					},
					"response": [
						{
							"name": "update service positions",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"services\": [\n        {\"id\": 4}, {\"id\": 12}\n    ],\n    \"sorting\": \"custom\" //priceAsc, priceDesc, nameAsc, nameDesc\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/services/positions",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services",
										"positions"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:42:19 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "75"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated bookable services positions.\",\n    \"data\": null\n}"
						}
					]
				},
				{
					"name": "get services",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{admin_ajax_url}}/services&page=1&categoryId=2",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"services&page=1&categoryId=2"
							]
						}
					},
					"response": [
						{
							"name": "get services",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{admin_ajax_url}}/services&page=1&categoryId=2",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services&page=1&categoryId=2"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:51:58 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "2482"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved services.\",\n    \"data\": {\n        \"services\": [\n            {\n                \"id\": 4,\n                \"name\": \"Service 2\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 45,\n                \"deposit\": 20,\n                \"depositPayment\": \"fixed\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 5,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                \"fullPayment\": false,\n                \"minCapacity\": 1,\n                \"maxCapacity\": 1,\n                \"duration\": 3600,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"bringingAnyone\": true,\n                \"show\": true,\n                \"aggregatedPrice\": true,\n                \"status\": \"visible\",\n                \"categoryId\": 2,\n                \"category\": null,\n                \"priority\": \"least_expensive\",\n                \"gallery\": [],\n                \"recurringCycle\": \"disabled\",\n                \"recurringSub\": \"future\",\n                \"recurringPayment\": 0,\n                \"translations\": null,\n                \"minSelectedExtras\": null,\n                \"mandatoryExtra\": false,\n                \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                \"maxExtraPeople\": null,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Service New Name\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 0,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": true,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 9,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                \"fullPayment\": false,\n                \"minCapacity\": 1,\n                \"maxCapacity\": 1,\n                \"duration\": 1800,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"bringingAnyone\": true,\n                \"show\": true,\n                \"aggregatedPrice\": true,\n                \"status\": \"visible\",\n                \"categoryId\": 2,\n                \"category\": null,\n                \"priority\": \"least_expensive\",\n                \"gallery\": [],\n                \"recurringCycle\": \"disabled\",\n                \"recurringSub\": \"future\",\n                \"recurringPayment\": 0,\n                \"translations\": null,\n                \"minSelectedExtras\": null,\n                \"mandatoryExtra\": false,\n                \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                \"maxExtraPeople\": null,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n            }\n        ],\n        \"countFiltered\": 2,\n        \"countTotal\": 12\n    }\n}"
						}
					]
				},
				{
					"name": "get service",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('service_id', 12)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{admin_ajax_url}}/services/{{service_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"services",
								"{{service_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get service",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{admin_ajax_url}}/services/{{service_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services",
										"{{service_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:53:46 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1587"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved service.\",\n    \"data\": {\n        \"service\": {\n            \"id\": 12,\n            \"name\": \"Service New Name\",\n            \"description\": \"\",\n            \"color\": \"#1788FB\",\n            \"price\": 0,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": true,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [\n                {\n                    \"id\": 10,\n                    \"name\": \"extra1\",\n                    \"description\": \"\",\n                    \"price\": 100,\n                    \"maxQuantity\": 1,\n                    \"position\": 1,\n                    \"duration\": 1800,\n                    \"serviceId\": null,\n                    \"aggregatedPrice\": false,\n                    \"translations\": null\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"extra1\",\n                    \"description\": \"\",\n                    \"price\": 100,\n                    \"maxQuantity\": 1,\n                    \"position\": 1,\n                    \"duration\": 1800,\n                    \"serviceId\": null,\n                    \"aggregatedPrice\": false,\n                    \"translations\": null\n                }\n            ],\n            \"coupons\": [],\n            \"position\": 9,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n            \"fullPayment\": false,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"duration\": 1800,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"bringingAnyone\": true,\n            \"show\": true,\n            \"aggregatedPrice\": true,\n            \"status\": \"visible\",\n            \"categoryId\": 2,\n            \"category\": null,\n            \"priority\": [],\n            \"gallery\": [],\n            \"recurringCycle\": \"disabled\",\n            \"recurringSub\": \"future\",\n            \"recurringPayment\": 0,\n            \"translations\": null,\n            \"minSelectedExtras\": null,\n            \"mandatoryExtra\": false,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n            \"maxExtraPeople\": null,\n            \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n        },\n        \"futureAppointmentsProvidersIds\": []\n    }\n}"
						}
					]
				},
				{
					"name": "get service delete effect",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('service_id', 12)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{admin_ajax_url}}/services/effect/{{service_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"services",
								"effect",
								"{{service_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get service delete effect - future appointments",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{admin_ajax_url}}/services/effect/{{service_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services",
										"effect",
										"{{service_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:57:46 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "168"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved message.\",\n    \"data\": {\n        \"valid\": false,\n        \"message\": \"Could not delete service. \\n            This service has 20 appointments in the future.\"\n    }\n}"
						},
						{
							"name": "get service delete effect - can be deleted",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{admin_ajax_url}}/services/effect/{{service_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services",
										"effect",
										"{{service_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:58:17 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "80"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved message.\",\n    \"data\": {\n        \"valid\": true,\n        \"message\": \"\"\n    }\n}"
						}
					]
				},
				{
					"name": "update service status",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('service_id', 12);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n   \"status\": \"visible\" //hidden, disabled\n}"
						},
						"url": {
							"raw": "{{admin_ajax_url}}/services/status/{{service_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"services",
								"status",
								"{{service_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update service status",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n   \"status\": \"hidden\" //visible, disabled\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/services/status/{{service_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services",
										"status",
										"{{service_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 12:45:53 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "54"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated service\",\n    \"data\": true\n}"
						}
					]
				},
				{
					"name": "delete service",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('service_id', 11);"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{admin_ajax_url}}/services/delete/{{service_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"services",
								"delete",
								"{{service_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete service",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{admin_ajax_url}}/services/delete/{{service_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"services",
										"delete",
										"{{service_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 13:00:26 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "53"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted service.\",\n    \"data\": []\n}"
						}
					]
				}
			]
		},
		{
			"name": "Coupons",
			"item": [
				{
					"name": "get coupons",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/coupons",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"coupons"
							]
						}
					},
					"response": [
						{
							"name": "get coupons",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/coupons",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"coupons"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:33:55 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "5275"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved coupons.\",\n    \"data\": {\n        \"coupons\": [\n            {\n                \"id\": 1,\n                \"code\": \"kupon123\",\n                \"discount\": 10,\n                \"deduction\": 0,\n                \"limit\": 100,\n                \"customerLimit\": 0,\n                \"used\": 0,\n                \"notificationInterval\": 0,\n                \"notificationRecurring\": false,\n                \"status\": \"visible\",\n                \"serviceList\": [\n                    {\n                        \"id\": 1,\n                        \"name\": \"amelia service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 20,\n                        \"deposit\": 5,\n                        \"depositPayment\": \"fixed\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 6,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                        \"fullPayment\": true,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 10,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": \"least_expensive\",\n                        \"gallery\": [],\n                        \"recurringCycle\": \"weekly\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 2,\n                        \"name\": \"milica service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 100,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": false,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 10,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 4,\n                        \"maxCapacity\": 50,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": \"least_expensive\",\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": 3,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"name\": \"milica2 service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 20,\n                        \"deposit\": 0,\n                        \"depositPayment\": \"disabled\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 7,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": \"least_expensive\",\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":true,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    {\n                        \"id\": 4,\n                        \"name\": \"Service 2\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 45,\n                        \"deposit\": 20,\n                        \"depositPayment\": \"fixed\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 5,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 3600,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 2,\n                        \"category\": null,\n                        \"priority\": \"least_expensive\",\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    }\n                ],\n                \"eventList\": [],\n                \"expirationDate\": null\n            }\n        ],\n        \"filteredCount\": 1,\n        \"totalCount\": 1\n    }\n}"
						}
					]
				},
				{
					"name": "get coupon",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('coupon_id', 26)"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/coupons/{{coupon_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"coupons",
								"{{coupon_id}}"
							]
						}
					},
					"response": [
						{
							"name": "get coupon",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/coupons/{{coupon_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"coupons",
										"{{coupon_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:35:29 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "3002"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved coupon.\",\n    \"data\": {\n        \"coupon\": {\n            \"id\": 1,\n            \"code\": \"kupon123\",\n            \"discount\": 10,\n            \"deduction\": 0,\n            \"limit\": 100,\n            \"customerLimit\": 0,\n            \"used\": 0,\n            \"notificationInterval\": 0,\n            \"notificationRecurring\": false,\n            \"status\": \"visible\",\n            \"serviceList\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": null,\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"milica service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 100,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": null,\n                    \"fullPayment\": null,\n                    \"minCapacity\": 4,\n                    \"maxCapacity\": 50,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"milica2 service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": null,\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 45,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": null,\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 3600,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 2,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                }\n            ],\n            \"eventList\": [],\n            \"expirationDate\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "add coupon",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"code\": \"COUPON\",\n    \"discount\": 0,\n    \"deduction\": 10,\n    \"limit\": 20,\n    \"customerLimit\": 2,\n    \"notificationInterval\": 0,\n    \"notificationRecurring\": false,\n    \"status\": \"visible\",\n    \"events\": [\n        80\n    ],\n    \"services\": [\n        1\n    ],\n    \"packages\": [\n        1\n    ],\n    \"expirationDate\": \"2023-10-06\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/coupons",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"coupons"
							]
						}
					},
					"response": [
						{
							"name": "add coupon",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"code\": \"COUPON\",\n    \"discount\": 0,\n    \"deduction\": 10,\n    \"limit\": 20,\n    \"customerLimit\": 2,\n    \"notificationInterval\": 0,\n    \"notificationRecurring\": false,\n    \"status\": \"visible\",\n    \"events\": [\n        80\n    ],\n    \"services\": [\n        1\n    ],\n    \"packages\": [\n        1\n    ],\n    \"expirationDate\": \"2023-10-06\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/coupons",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"coupons"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:42:46 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1972"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"New coupon successfully created.\",\n    \"data\": {\n        \"coupon\": {\n            \"id\": 14,\n            \"code\": \"COUPON\",\n            \"discount\": 0,\n            \"deduction\": 10,\n            \"limit\": 20,\n            \"customerLimit\": 2,\n            \"used\": 0,\n            \"notificationInterval\": 0,\n            \"notificationRecurring\": false,\n            \"status\": \"visible\",\n            \"serviceList\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"location address: %location_address%\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": 14,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [\n                        {\n                            \"id\": 17,\n                            \"name\": \"Extra 3\",\n                            \"description\": \"Extra description\",\n                            \"price\": 20,\n                            \"maxQuantity\": 1,\n                            \"position\": 1,\n                            \"duration\": 1800,\n                            \"serviceId\": null,\n                            \"aggregatedPrice\": false,\n                            \"translations\": null\n                        }\n                    ],\n                    \"coupons\": [],\n                    \"position\": 1,\n                    \"settings\": \"{\\\"payments\\\":{\\\"mollie\\\":{\\\"enabled\\\":true},\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.7\\\"}}\",\n                    \"fullPayment\": true,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": 1800,\n                    \"timeAfter\": 1800,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"all\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 999,\n                    \"translations\": null,\n                    \"minSelectedExtras\": 1,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                }\n            ],\n            \"eventList\": [\n                {\n                    \"id\": 80,\n                    \"name\": \"event 123\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 330,\n                    \"deposit\": 110,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": false,\n                    \"bookings\": [\n                        {\n                            \"id\": 905,\n                            \"customerId\": 46,\n                            \"customer\": {\n                                \"id\": 46,\n                                \"firstName\": \"Amelia\",\n                                \"lastName\": \"Test\",\n                                \"birthday\": null,\n                                \"email\": \"amelia@test.test\",\n                                \"phone\": null,\n                                \"type\": \"customer\",\n                                \"status\": null,\n                                \"note\": null,\n                                \"zoomUserId\": null,\n                                \"countryPhoneIso\": null,\n                                \"externalId\": null,\n                                \"pictureFullPath\": null,\n                                \"pictureThumbPath\": null,\n                                \"translations\": null,\n                                \"gender\": null\n                            },\n                            \"status\": \"approved\",\n                            \"extras\": [],\n                            \"couponId\": null,\n                            \"price\": 330,\n                            \"coupon\": null,\n                            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"}}\",\n                            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                            \"appointmentId\": null,\n                            \"persons\": 1,\n                            \"token\": null,\n                            \"payments\": [],\n                            \"utcOffset\": null,\n                            \"aggregatedPrice\": true,\n                            \"isChangedStatus\": null,\n                            \"isLastBooking\": null,\n                            \"packageCustomerService\": null,\n                            \"ticketsData\": [],\n                            \"duration\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"isUpdated\": null\n                        },\n                        {\n                            \"id\": 899,\n                            \"customerId\": 23,\n                            \"customer\": {\n                                \"id\": 23,\n                                \"firstName\": \"Amelia\",\n                                \"lastName\": \"New Last Name\",\n                                \"birthday\": null,\n                                \"email\": \"amelia1@test.test\",\n                                \"phone\": \"+381601234567\",\n                                \"type\": \"customer\",\n                                \"status\": null,\n                                \"note\": \"Note about customer\",\n                                \"zoomUserId\": null,\n                                \"countryPhoneIso\": null,\n                                \"externalId\": null,\n                                \"pictureFullPath\": null,\n                                \"pictureThumbPath\": null,\n                                \"translations\": null,\n                                \"gender\": \"female\"\n                            },\n                            \"status\": \"approved\",\n                            \"extras\": [],\n                            \"couponId\": null,\n                            \"price\": 0,\n                            \"coupon\": null,\n                            \"customFields\": \"{\\\"7\\\":{\\\"label\\\":\\\"My address\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"address\\\"}}\",\n                            \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"New Last Name\\\",\\\"phone\\\":\\\"+381601234567\\\",\\\"locale\\\":\\\"\\\",\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                            \"appointmentId\": null,\n                            \"persons\": 1,\n                            \"token\": null,\n                            \"payments\": [],\n                            \"utcOffset\": null,\n                            \"aggregatedPrice\": true,\n                            \"isChangedStatus\": null,\n                            \"isLastBooking\": null,\n                            \"packageCustomerService\": null,\n                            \"ticketsData\": [],\n                            \"duration\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"isUpdated\": null\n                        },\n                        {\n                            \"id\": 898,\n                            \"customerId\": 38,\n                            \"customer\": {\n                                \"id\": 38,\n                                \"firstName\": \"Frank\",\n                                \"lastName\": \"DeAlvarez\",\n                                \"birthday\": null,\n                                \"email\": \"frank@test.test\",\n                                \"phone\": null,\n                                \"type\": \"customer\",\n                                \"status\": null,\n                                \"note\": null,\n                                \"zoomUserId\": null,\n                                \"countryPhoneIso\": null,\n                                \"externalId\": null,\n                                \"pictureFullPath\": null,\n                                \"pictureThumbPath\": null,\n                                \"translations\": null,\n                                \"gender\": null\n                            },\n                            \"status\": \"approved\",\n                            \"extras\": [],\n                            \"couponId\": null,\n                            \"price\": 330,\n                            \"coupon\": null,\n                            \"customFields\": \"{\\\"7\\\":{\\\"label\\\":\\\"My address\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"address\\\"}}\",\n                            \"info\": \"{\\\"firstName\\\":\\\"Frank\\\",\\\"lastName\\\":\\\"DeAlvarez\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"\\\",\\\"timeZone\\\":null,\\\"urlParams\\\":null}\",\n                            \"appointmentId\": null,\n                            \"persons\": 1,\n                            \"token\": null,\n                            \"payments\": [],\n                            \"utcOffset\": null,\n                            \"aggregatedPrice\": true,\n                            \"isChangedStatus\": null,\n                            \"isLastBooking\": null,\n                            \"packageCustomerService\": null,\n                            \"ticketsData\": [],\n                            \"duration\": null,\n                            \"created\": null,\n                            \"actionsCompleted\": null,\n                            \"isUpdated\": null\n                        }\n                    ],\n                    \"periods\": [\n                        {\n                            \"id\": 80,\n                            \"eventId\": 80,\n                            \"periodStart\": \"2023-08-25 17:00:00\",\n                            \"periodEnd\": \"2023-08-27 23:40:00\",\n                            \"zoomMeeting\": null,\n                            \"lessonSpace\": null,\n                            \"bookings\": [],\n                            \"googleCalendarEventId\": null,\n                            \"googleMeetUrl\": null,\n                            \"outlookCalendarEventId\": null\n                        }\n                    ],\n                    \"bookingOpens\": null,\n                    \"bookingCloses\": null,\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": null,\n                    \"status\": \"approved\",\n                    \"recurring\": null,\n                    \"maxCapacity\": 11,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [],\n                    \"customTickets\": [],\n                    \"gallery\": [],\n                    \"providers\": [],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": null,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": null,\n                    \"created\": \"2023-08-24 15:20:44\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": 35,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": true,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": true\n                }\n            ],\n            \"packageList\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"milicas package\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 200,\n                    \"deposit\": 20,\n                    \"depositPayment\": \"percentage\",\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 5,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                    \"fullPayment\": false,\n                    \"type\": \"package\",\n                    \"status\": \"visible\",\n                    \"gallery\": [],\n                    \"bookable\": [\n                        {\n                            \"id\": 1,\n                            \"quantity\": 1,\n                            \"service\": {\n                                \"id\": 2,\n                                \"name\": \"milica service\",\n                                \"description\": null,\n                                \"color\": null,\n                                \"price\": 0,\n                                \"deposit\": null,\n                                \"depositPayment\": null,\n                                \"depositPerPerson\": null,\n                                \"pictureFullPath\": null,\n                                \"pictureThumbPath\": null,\n                                \"extras\": [],\n                                \"coupons\": [],\n                                \"position\": null,\n                                \"settings\": null,\n                                \"fullPayment\": null,\n                                \"minCapacity\": 1,\n                                \"maxCapacity\": 1,\n                                \"duration\": 1800,\n                                \"timeBefore\": null,\n                                \"timeAfter\": null,\n                                \"bringingAnyone\": null,\n                                \"show\": true,\n                                \"aggregatedPrice\": null,\n                                \"status\": \"visible\",\n                                \"categoryId\": 1,\n                                \"category\": null,\n                                \"priority\": [],\n                                \"gallery\": [],\n                                \"recurringCycle\": null,\n                                \"recurringSub\": null,\n                                \"recurringPayment\": null,\n                                \"translations\": null,\n                                \"minSelectedExtras\": null,\n                                \"mandatoryExtra\": null,\n                                \"customPricing\": null,\n                                \"maxExtraPeople\": null,\n                                \"limitPerCustomer\": null\n                            },\n                            \"minimumScheduled\": 0,\n                            \"maximumScheduled\": 1,\n                            \"providers\": [],\n                            \"locations\": [],\n                            \"allowProviderSelection\": true\n                        },\n                        {\n                            \"id\": 2,\n                            \"quantity\": 1,\n                            \"service\": {\n                                \"id\": 3,\n                                \"name\": \"milica2 service\",\n                                \"description\": null,\n                                \"color\": null,\n                                \"price\": 20.45,\n                                \"deposit\": null,\n                                \"depositPayment\": null,\n                                \"depositPerPerson\": null,\n                                \"pictureFullPath\": null,\n                                \"pictureThumbPath\": null,\n                                \"extras\": [],\n                                \"coupons\": [],\n                                \"position\": null,\n                                \"settings\": null,\n                                \"fullPayment\": null,\n                                \"minCapacity\": 1,\n                                \"maxCapacity\": 1,\n                                \"duration\": 1800,\n                                \"timeBefore\": null,\n                                \"timeAfter\": null,\n                                \"bringingAnyone\": null,\n                                \"show\": true,\n                                \"aggregatedPrice\": null,\n                                \"status\": \"visible\",\n                                \"categoryId\": 1,\n                                \"category\": null,\n                                \"priority\": [],\n                                \"gallery\": [],\n                                \"recurringCycle\": null,\n                                \"recurringSub\": null,\n                                \"recurringPayment\": null,\n                                \"translations\": null,\n                                \"minSelectedExtras\": null,\n                                \"mandatoryExtra\": null,\n                                \"customPricing\": null,\n                                \"maxExtraPeople\": null,\n                                \"limitPerCustomer\": null\n                            },\n                            \"minimumScheduled\": 0,\n                            \"maximumScheduled\": 1,\n                            \"providers\": [],\n                            \"locations\": [],\n                            \"allowProviderSelection\": true\n                        }\n                    ],\n                    \"calculatedPrice\": false,\n                    \"discount\": 10,\n                    \"endDate\": null,\n                    \"durationCount\": null,\n                    \"durationType\": null,\n                    \"translations\": null,\n                    \"sharedCapacity\": false,\n                    \"quantity\": 1,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n                }\n            ],\n            \"expirationDate\": \"2023-10-06\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "update coupon",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('coupon_id', 14)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"code\": \"COUPON2\",\n    \"discount\": 0,\n    \"deduction\": 20,\n    \"limit\": 50,\n    \"customerLimit\": 1,\n    \"notificationInterval\": 0,\n    \"notificationRecurring\": false,\n    \"status\": \"visible\",\n    \"events\": [\n        16\n    ],\n    \"services\": [\n        1\n    ],\n     \"packages\": [\n        1\n    ],\n    \"expirationDate\": \"2023-05-06\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/coupons/{{coupon_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"coupons",
								"{{coupon_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update coupon",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"code\": \"COUPON2\",\n    \"discount\": 0,\n    \"deduction\": 20,\n    \"limit\": 50,\n    \"customerLimit\": 1,\n    \"notificationInterval\": 0,\n    \"notificationRecurring\": false,\n    \"status\": \"visible\",\n    \"events\": [\n        16\n    ],\n    \"services\": [\n        1\n    ],\n     \"packages\": [\n        1\n    ],\n    \"expirationDate\": \"2023-05-06\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/coupons/{{coupon_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"coupons",
										"{{coupon_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:44:55 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1218"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Coupon successfully updated.\",\n    \"data\": {\n        \"coupon\": {\n            \"id\": 14,\n            \"code\": \"COUPON2\",\n            \"discount\": 0,\n            \"deduction\": 20,\n            \"limit\": 50,\n            \"customerLimit\": 1,\n            \"used\": 0,\n            \"notificationInterval\": 0,\n            \"notificationRecurring\": false,\n            \"status\": \"visible\",\n            \"serviceList\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"location address: %location_address%\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": 14,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 1,\n                    \"settings\": \"{\\\"payments\\\":{\\\"mollie\\\":{\\\"enabled\\\":true},\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.7\\\"}}\",\n                    \"fullPayment\": true,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": 1800,\n                    \"timeAfter\": 1800,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": \"least_expensive\",\n                    \"gallery\": [],\n                    \"recurringCycle\": \"all\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 999,\n                    \"translations\": null,\n                    \"minSelectedExtras\": 1,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                }\n            ],\n            \"eventList\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"test5\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": 0,\n                    \"depositPayment\": \"disabled\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true}}\",\n                    \"fullPayment\": false,\n                    \"bookings\": [],\n                    \"periods\": [],\n                    \"bookingOpens\": null,\n                    \"bookingCloses\": null,\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": \"calculate\",\n                    \"status\": \"approved\",\n                    \"recurring\": null,\n                    \"maxCapacity\": 70,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [],\n                    \"customTickets\": [],\n                    \"gallery\": [],\n                    \"providers\": [],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": null,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": 14,\n                    \"created\": \"2023-03-17 16:17:27\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": null,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": false,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": true\n                }\n            ],\n            \"packageList\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"milicas package\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 200,\n                    \"deposit\": 20,\n                    \"depositPayment\": \"percentage\",\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 5,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                    \"fullPayment\": false,\n                    \"type\": \"package\",\n                    \"status\": \"visible\",\n                    \"gallery\": [],\n                    \"bookable\": [],\n                    \"calculatedPrice\": false,\n                    \"discount\": 10,\n                    \"endDate\": null,\n                    \"durationCount\": null,\n                    \"durationType\": null,\n                    \"translations\": null,\n                    \"sharedCapacity\": false,\n                    \"quantity\": 1,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n                }\n            ],\n            \"expirationDate\": \"2023-05-06\"\n        }\n    }\n}"
						},
						{
							"name": "update coupon partially",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"limit\": 40,\n    \"services\": [1, 2],\n    \"packages\": [],\n    \"events\": [80],\n    \"status\": \"hidden\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/coupons/{{coupon_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"coupons",
										"{{coupon_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:45:19 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "1240"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Coupon successfully updated.\",\n    \"data\": {\n        \"coupon\": {\n            \"id\": 14,\n            \"code\": \"COUPON2\",\n            \"discount\": 0,\n            \"deduction\": 20,\n            \"limit\": 40,\n            \"customerLimit\": 1,\n            \"used\": 0,\n            \"notificationInterval\": 0,\n            \"notificationRecurring\": false,\n            \"status\": \"hidden\",\n            \"serviceList\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"location address: %location_address%\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": 14,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 1,\n                    \"settings\": \"{\\\"payments\\\":{\\\"mollie\\\":{\\\"enabled\\\":true},\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.7\\\"}}\",\n                    \"fullPayment\": true,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": 1800,\n                    \"timeAfter\": 1800,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": \"least_expensive\",\n                    \"gallery\": [],\n                    \"recurringCycle\": \"all\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 999,\n                    \"translations\": null,\n                    \"minSelectedExtras\": 1,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"milica service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 0,\n                    \"deposit\": 20,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": false,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 5,\n                    \"settings\": \"{\\\"payments\\\":{\\\"onSite\\\":true,\\\"stripe\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"payPal\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.6\\\"}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": \"least_expensive\",\n                    \"gallery\": [],\n                    \"recurringCycle\": \"all\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 999,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":true,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":150,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":200,\\\"rules\\\":[]}}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":null,\\\"period\\\":null,\\\"timeFrame\\\":null,\\\"from\\\":null}\"\n                }\n            ],\n            \"eventList\": [\n                {\n                    \"id\": 80,\n                    \"name\": \"event 123\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 330,\n                    \"deposit\": 110,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"general\\\":{\\\"minimumTimeRequirementPriorToCanceling\\\":null,\\\"redirectUrlAfterAppointment\\\":null},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": false,\n                    \"bookings\": [],\n                    \"periods\": [],\n                    \"bookingOpens\": null,\n                    \"bookingCloses\": null,\n                    \"bookingOpensRec\": \"same\",\n                    \"bookingClosesRec\": \"same\",\n                    \"ticketRangeRec\": \"calculate\",\n                    \"status\": \"approved\",\n                    \"recurring\": null,\n                    \"maxCapacity\": 11,\n                    \"maxCustomCapacity\": null,\n                    \"show\": true,\n                    \"tags\": [],\n                    \"customTickets\": [],\n                    \"gallery\": [],\n                    \"providers\": [],\n                    \"notifyParticipants\": 1,\n                    \"locationId\": null,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": null,\n                    \"created\": \"2023-08-24 15:20:44\",\n                    \"zoomUserId\": null,\n                    \"organizerId\": 35,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": true,\n                    \"bookMultipleTimes\": true,\n                    \"translations\": null,\n                    \"customPricing\": false,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": false,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null,\n                    \"aggregatedPrice\": true\n                }\n            ],\n            \"packageList\": [],\n            \"expirationDate\": \"2023-05-06\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "delete coupon",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('coupon_id', 12)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/coupons/delete/{{coupon_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"coupons",
								"delete",
								"{{coupon_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete coupon",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/coupons/delete/{{coupon_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"coupons",
										"delete",
										"{{coupon_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:46:45 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1871"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Coupon successfully deleted.\",\n    \"data\": {\n        \"coupon\": {\n            \"id\": 6,\n            \"code\": \"COUPON\",\n            \"discount\": 0,\n            \"deduction\": 20,\n            \"limit\": 50,\n            \"customerLimit\": 1,\n            \"used\": 0,\n            \"notificationInterval\": 0,\n            \"notificationRecurring\": false,\n            \"status\": \"hidden\",\n            \"serviceList\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": null,\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                }\n            ],\n            \"eventList\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"test5\",\n                    \"description\": null,\n                    \"color\": null,\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": null,\n                    \"fullPayment\": null,\n                    \"bookings\": [],\n                    \"periods\": [],\n                    \"bookingOpens\": null,\n                    \"bookingCloses\": null,\n                    \"bookingOpensRec\": null,\n                    \"bookingClosesRec\": null,\n                    \"ticketRangeRec\": null,\n                    \"status\": null,\n                    \"recurring\": null,\n                    \"maxCapacity\": null,\n                    \"maxCustomCapacity\": null,\n                    \"show\": null,\n                    \"tags\": [],\n                    \"customTickets\": [],\n                    \"gallery\": [],\n                    \"providers\": [],\n                    \"notifyParticipants\": null,\n                    \"locationId\": null,\n                    \"location\": null,\n                    \"customLocation\": null,\n                    \"parentId\": null,\n                    \"created\": null,\n                    \"zoomUserId\": null,\n                    \"organizerId\": null,\n                    \"type\": \"event\",\n                    \"bringingAnyone\": null,\n                    \"bookMultipleTimes\": null,\n                    \"translations\": null,\n                    \"customPricing\": null,\n                    \"closeAfterMin\": null,\n                    \"closeAfterMinBookings\": null,\n                    \"maxExtraPeople\": null,\n                    \"initialEventStart\": null,\n                    \"initialEventEnd\": null\n                }\n            ],\n            \"expirationDate\": \"2023-05-06\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "validate coupon",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"code\": \"COUPON\", // required; string;\n    \"id\": 1, // required; integer; entity id (service/event/package id)\n    \"type\": \"appointment\", // required; string; possible values: appointment, event, package\n    \"user\": { // required; object\n        \"firstName\": \"Amelia\", \n        \"lastName\": \"Test\",\n        \"email\": \"amelia@test.test\"\n    },\n    \"count\": 1 // integer; used when validating coupons for all recurring bookings; count = number of bookings\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/coupons/validate",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"coupons",
								"validate"
							]
						}
					},
					"response": [
						{
							"name": "validate coupon",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"code\": \"COUPON\",\n    \"id\": 1,\n    \"type\": \"appointment\",\n    \"user\": {\n        \"firstName\": \"Amelia\",\n        \"lastName\": \"Test\",\n        \"email\": \"amelia@test.test\"\n    },\n    \"count\": 1\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/coupons/validate",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"coupons",
										"validate"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:45:30 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "300"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved coupon.\",\n    \"data\": {\n        \"coupon\": {\n            \"id\": 5,\n            \"code\": \"COUPON\",\n            \"discount\": 0,\n            \"deduction\": 10,\n            \"limit\": 100,\n            \"customerLimit\": 2,\n            \"used\": 0,\n            \"notificationInterval\": 0,\n            \"notificationRecurring\": false,\n            \"status\": \"visible\",\n            \"serviceList\": [],\n            \"eventList\": [],\n            \"expirationDate\": \"2023-05-06\"\n        },\n        \"limit\": 2\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Timeslots",
			"item": [
				{
					"name": "get slots",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/slots&monthsLoad=1&serviceId=1&serviceDuration=1800&providerIds[]=1&group=1&page=booking&persons=1&startDateTime=2024-06-01&extras=[]&excludeAppointmentId=null&allowAdminBookAtAnyTime=true&allowBookingIfPending=false&serviceDurationAsSlot=true&bufferTimeInSlot=true&timeSlotLength=1200",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"slots&monthsLoad=1&serviceId=1&serviceDuration=1800&providerIds[]=1&group=1&page=booking&persons=1&startDateTime=2024-06-01&extras=[]&excludeAppointmentId=null&allowAdminBookAtAnyTime=true&allowBookingIfPending=false&serviceDurationAsSlot=true&bufferTimeInSlot=true&timeSlotLength=1200"
							]
						}
					},
					"response": [
						{
							"name": "get slots",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/slots&monthsLoad=1&locationId=2&serviceId=3&serviceDuration=1800&providerIds=3&group=1&page=booking&persons=1&startDateTime=2023-04-01&extras=[]&excludeAppointmentId=null",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"slots&monthsLoad=1&locationId=2&serviceId=3&serviceDuration=1800&providerIds=3&group=1&page=booking&persons=1&startDateTime=2023-04-01&extras=[]&excludeAppointmentId=null"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:32:05 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "2431"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved free slots\",\n    \"data\": {\n        \"minimum\": \"2023-04-28 16:32\",\n        \"maximum\": \"2024-04-27 16:32\",\n        \"slots\": {\n            \"2023-05-01\": {\n                \"10:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ]\n            },\n            \"2023-05-08\": {\n                \"09:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"09:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ]\n            },\n            \"2023-05-15\": {\n                \"09:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"09:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ]\n            },\n            \"2023-05-22\": {\n                \"09:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"09:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ]\n            },\n            \"2023-05-29\": {\n                \"09:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"09:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ]\n            },\n            \"2023-06-05\": {\n                \"09:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"09:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ]\n            },\n            \"2023-06-12\": {\n                \"09:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"09:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"10:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"11:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"12:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"13:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"14:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"15:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:00\": [\n                    [\n                        3,\n                        2\n                    ]\n                ],\n                \"16:30\": [\n                    [\n                        3,\n                        2\n                    ]\n                ]\n            }\n        },\n        \"occupied\": {\n            \"2023-04-28\": {\n                \"12:00\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        3\n                    ]\n                ]\n            },\n            \"2023-05-01\": {\n                \"09:00\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        5\n                    ]\n                ],\n                \"11:00\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        1\n                    ]\n                ],\n                \"12:00\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        1\n                    ]\n                ],\n                \"12:30\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        4\n                    ]\n                ]\n            },\n            \"2023-05-02\": {\n                \"12:30\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        1\n                    ]\n                ],\n                \"13:30\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        1\n                    ]\n                ],\n                \"14:30\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        1\n                    ]\n                ]\n            },\n            \"2023-05-03\": {\n                \"11:00\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        1\n                    ]\n                ],\n                \"11:30\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        6\n                    ]\n                ],\n                \"15:30\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        1\n                    ]\n                ]\n            },\n            \"2023-05-04\": {\n                \"11:00\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        6\n                    ]\n                ],\n                \"15:00\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        1\n                    ]\n                ],\n                \"16:30\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        6\n                    ]\n                ]\n            },\n            \"2023-05-05\": {\n                \"11:00\": [\n                    [\n                        3,\n                        1,\n                        0,\n                        6\n                    ]\n                ]\n            }\n        },\n        \"busyness\": {\n            \"2023-05-01\": 31,\n            \"2023-05-08\": 0,\n            \"2023-05-15\": 0,\n            \"2023-05-22\": 0,\n            \"2023-05-29\": 0,\n            \"2023-06-05\": 0,\n            \"2023-06-12\": 0\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Custom Fields",
			"item": [
				{
					"name": "get custom fields",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/fields",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"fields"
							]
						}
					},
					"response": [
						{
							"name": "get custom fields",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/fields",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"fields"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 14:53:58 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "240"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved custom fields.\",\n    \"data\": {\n        \"customFields\": [\n            {\n                \"id\": 1,\n                \"label\": \"text\",\n                \"type\": \"text\",\n                \"required\": false,\n                \"position\": 1,\n                \"options\": [],\n                \"services\": [],\n                \"events\": [],\n                \"translations\": null,\n                \"allServices\": true,\n                \"allEvents\": true\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "add custom field",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"label\": \"Select custom field\",\n    \"options\": [],\n    \"position\": 3,\n    \"required\": false,\n    \"services\": [\n         {\n            \"id\": 1\n        }\n    ],\n    \"type\": \"select\",\n    \"useAsLocation\": false // used for address custom field\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/fields",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"fields"
							]
						}
					},
					"response": [
						{
							"name": "add custom field",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"label\": \"Select custom field\",\n    \"options\": [],\n    \"position\": 3,\n    \"required\": false,\n    \"services\": [],\n    \"type\": \"select\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/fields",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"fields"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 28 Aug 2023 10:56:38 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "191"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new custom field.\",\n    \"data\": {\n        \"customField\": {\n            \"id\": 11,\n            \"label\": \"Select custom field\",\n            \"type\": \"select\",\n            \"required\": false,\n            \"position\": 3,\n            \"options\": [],\n            \"services\": [],\n            \"events\": [],\n            \"translations\": null,\n            \"allServices\": false,\n            \"allEvents\": false,\n            \"useAsLocation\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "update custom field",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('custom_field_id', 11)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"label\": \"Select custom field\",\n    \"type\": \"select\",\n    \"required\": false,\n    \"position\": 3,\n    \"options\": [\n        {\n            \"deleted\": false,\n            \"edited\": false,\n            \"label\": \"Select Option\",\n            \"new\": true,\n            \"position\": 1\n        }\n    ],\n    \"services\": [\n        {\n            \"id\": 1\n        }\n    ],\n    \"events\": [],\n    \"translations\": null,\n    \"allServices\": false,\n    \"allEvents\": false,\n    \"useAsLocation\": false // used for address custom field\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/fields/{{custom_field_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"fields",
								"{{custom_field_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update custom field partially",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"label\": \"Select custom field 2\",\n    \"services\": [\n        {\n            \"id\": 1\n        }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/fields/{{custom_field_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"fields",
										"{{custom_field_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 28 Aug 2023 11:20:27 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "430"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Custom field successfully updated.\",\n    \"data\": {\n        \"customField\": {\n            \"id\": 11,\n            \"label\": \"Select custom field 2\",\n            \"type\": \"select\",\n            \"required\": false,\n            \"position\": 3,\n            \"options\": [],\n            \"services\": [\n                {\n                    \"id\": 1,\n                    \"name\": null,\n                    \"description\": null,\n                    \"color\": null,\n                    \"price\": null,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": null,\n                    \"fullPayment\": null,\n                    \"minCapacity\": null,\n                    \"maxCapacity\": null,\n                    \"duration\": null,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": null,\n                    \"categoryId\": null,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                }\n            ],\n            \"events\": [],\n            \"translations\": null,\n            \"allServices\": false,\n            \"allEvents\": false,\n            \"useAsLocation\": null\n        }\n    }\n}"
						},
						{
							"name": "update custom field",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"label\": \"Select custom field\",\n    \"type\": \"select\",\n    \"required\": false,\n    \"position\": 3,\n    \"options\": [\n        {\n            \"customFieldId\": 3,\n            \"deleted\": false,\n            \"edited\": false,\n            \"label\": \"Select Option\",\n            \"new\": true,\n            \"position\": 1\n        }\n    ],\n    \"services\": [\n        {\n            \"id\": 1\n        }\n    ],\n    \"events\": [],\n    \"translations\": null,\n    \"allServices\": false,\n    \"allEvents\": false,\n    \"useAsLocation\": false // used for address custom field\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/fields/{{custom_field_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"fields",
										"{{custom_field_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 28 Aug 2023 13:05:53 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "451"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Custom field successfully updated.\",\n    \"data\": {\n        \"customField\": {\n            \"id\": 11,\n            \"label\": \"Select custom field\",\n            \"type\": \"select\",\n            \"required\": false,\n            \"position\": 3,\n            \"options\": [\n                {\n                    \"id\": 6,\n                    \"customFieldId\": 3,\n                    \"label\": \"Select Option\",\n                    \"position\": 1,\n                    \"translations\": null\n                }\n            ],\n            \"services\": [\n                {\n                    \"id\": 1,\n                    \"name\": null,\n                    \"description\": null,\n                    \"color\": null,\n                    \"price\": null,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": null,\n                    \"fullPayment\": null,\n                    \"minCapacity\": null,\n                    \"maxCapacity\": null,\n                    \"duration\": null,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": null,\n                    \"categoryId\": null,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                }\n            ],\n            \"events\": [],\n            \"translations\": null,\n            \"allServices\": false,\n            \"allEvents\": false,\n            \"useAsLocation\": false\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "delete custom field",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('custom_field_id', 3)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/fields/delete/{{custom_field_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"fields",
								"delete",
								"{{custom_field_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete custom field",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/fields/delete/{{custom_field_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"fields",
										"delete",
										"{{custom_field_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 28 Apr 2023 15:37:01 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "60"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted custom field.\",\n    \"data\": null\n}"
						}
					]
				},
				{
					"name": "update custom fields position",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"customFields\": [\n        {\n            \"id\": 1,\n            \"position\": 1\n        },\n        {\n            \"id\": 3,\n            \"position\": 2\n        },\n        {\n            \"id\": 2,\n            \"position\": 3\n        }\n    ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/fields/positions",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"fields",
								"positions"
							]
						}
					},
					"response": [
						{
							"name": "update custom fields position",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"customFields\": [\n        {\n            \"id\": 1,\n            \"position\": 1\n        },\n        {\n            \"id\": 3,\n            \"position\": 2\n        },\n        {\n            \"id\": 2,\n            \"position\": 3\n        }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/fields/positions",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"fields",
										"positions"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 28 Aug 2023 11:16:16 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "87"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated custom fields positions.\",\n    \"data\": null\n}"
						}
					]
				}
			]
		},
		{
			"name": "Entities",
			"item": [
				{
					"name": "get entities",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/entities&types=locations",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"entities&types=locations"
							]
						}
					},
					"response": [
						{
							"name": "get entities",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/entities&types=locations",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"entities&types=locations"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 10:35:48 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "540"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved entities\",\n    \"data\": {\n        \"locations\": [\n            {\n                \"id\": 1,\n                \"status\": \"visible\",\n                \"name\": \"location1\",\n                \"description\": \"\",\n                \"address\": \"\",\n                \"phone\": \"\",\n                \"latitude\": 40.748441,\n                \"longitude\": -73.987853,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"pin\": \"\",\n                \"translations\": null\n            },\n            {\n                \"id\": 2,\n                \"status\": \"visible\",\n                \"name\": \"location2\",\n                \"description\": \"\",\n                \"address\": \"\",\n                \"phone\": \"\",\n                \"latitude\": 40.748441,\n                \"longitude\": -73.987853,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"pin\": \"\",\n                \"translations\": null\n            }\n        ],\n        \"customers\": [],\n        \"appointments\": {\n            \"futureAppointments\": []\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Search",
			"item": [
				{
					"name": "search slots",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/search&date=2023-05-18&location=1&page=1&services=4&sort=name&timeFrom=09:00:00&timeTo=10:30:00&providers=1",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"search&date=2023-05-18&location=1&page=1&services=4&sort=name&timeFrom=09:00:00&timeTo=10:30:00&providers=1"
							]
						}
					},
					"response": [
						{
							"name": "search slots",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/search&date=2023-05-18&location=1&page=1&services=4&sort=name&timeFrom=09:00:00&timeTo=10:30:00&providers=1",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"search&date=2023-05-18&location=1&page=1&services=4&sort=name&timeFrom=09:00:00&timeTo=10:30:00&providers=1"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 12:02:19 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "145"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved searched services.\",\n    \"data\": {\n        \"providersServices\": [\n            {\n                \"4\": 1,\n                \"places\": null,\n                \"locations\": [\n                    1\n                ],\n                \"price\": 45\n            }\n        ],\n        \"total\": 1\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Users",
			"item": [
				{
					"name": "Customers",
					"item": [
						{
							"name": "get customers",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/users/customers&page=1&search=amelia",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"customers&page=1&search=amelia"
									]
								}
							},
							"response": [
								{
									"name": "get customers",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{admin_ajax_url}}/users/customers&page=1&search=amelia",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"customers&page=1&search=amelia"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 13:29:54 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "1463"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully retrieved users.\",\n    \"data\": {\n        \"users\": [\n            {\n                \"id\": 10,\n                \"status\": \"visible\",\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"email\": \"ameliatest@test.test\",\n                \"phone\": \"+381631652656\",\n                \"countryPhoneIso\": \"rs\",\n                \"gender\": \"\",\n                \"externalId\": 8,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"birthday\": \"\",\n                \"note\": \"\",\n                \"lastAppointment\": \"2023-05-03 15:00:00\",\n                \"totalAppointments\": 11,\n                \"countPendingAppointments\": \"0\",\n                \"wpName\": \"ameliatesttest-test\",\n                \"wpUserPhotoUrl\": \"http://0.gravatar.com/avatar/6badf27972c65effc8ae7aefca4ff870?s=96&d=mm&r=g\"\n            },\n            {\n                \"id\": 11,\n                \"status\": \"visible\",\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"email\": \"amelia@test.test\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"us\",\n                \"gender\": \"\",\n                \"externalId\": 9,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"birthday\": \"\",\n                \"note\": \"\",\n                \"lastAppointment\": \"2023-05-10 11:00:00\",\n                \"totalAppointments\": 28,\n                \"countPendingAppointments\": \"0\",\n                \"wpName\": \"ameliatest-test\",\n                \"wpUserPhotoUrl\": \"http://1.gravatar.com/avatar/79daf591cee9d124f8000c92eefe3f8c?s=96&d=mm&r=g\"\n            },\n            {\n                \"id\": 16,\n                \"status\": \"visible\",\n                \"firstName\": \"Amelia\",\n                \"lastName\": \"Test\",\n                \"email\": \"amelia@test.com\",\n                \"phone\": \"\",\n                \"countryPhoneIso\": \"us\",\n                \"gender\": \"\",\n                \"externalId\": 12,\n                \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n                \"birthday\": \"\",\n                \"note\": \"\",\n                \"lastAppointment\": \"2023-05-09 11:00:00\",\n                \"totalAppointments\": 5,\n                \"countPendingAppointments\": \"1\",\n                \"wpName\": \"amelia@test.com\",\n                \"wpUserPhotoUrl\": \"http://0.gravatar.com/avatar/992f0843af11cecacfa1d6be9b0e623d?s=96&d=mm&r=g\"\n            }\n        ],\n        \"filteredCount\": 3,\n        \"totalCount\": 16\n    }\n}"
								}
							]
						},
						{
							"name": "get customer",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											"pm.variables.set('customer_id', 2)"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/users/customers/{{customer_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"customers",
										"{{customer_id}}"
									]
								}
							},
							"response": [
								{
									"name": "get customer",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{admin_ajax_url}}/users/customers/{{customer_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"customers",
												"{{customer_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 13:32:06 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "450"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully retrieved user\",\n    \"data\": {\n        \"user\": {\n            \"id\": 2,\n            \"firstName\": \"Milica\",\n            \"lastName\": \"Snake\",\n            \"birthday\": {\n                \"date\": \"2023-03-23 13:32:07.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"email\": \"snakemilica@yahoo.com\",\n            \"phone\": null,\n            \"type\": \"customer\",\n            \"status\": \"visible\",\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": null,\n            \"externalId\": 2,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_US\\\"}\",\n            \"gender\": null\n        }\n    }\n}"
								}
							]
						},
						{
							"name": "add customer",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"firstName\": \"Amelia3366\",\n    \"lastName\": \"Amelia\",\n    \"externalId\": 16,\n    \"phone\": \"+381601234567\",\n    \"countryPhoneIso\": \"rs\",\n    \"email\": \"amelia33@test.test\",\n    \"gender\": \"female\",\n    \"birthday\": \"1990-05-17\",\n    \"note\": \"Note about customer\",\n    \"language\": \"en_GB\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/users/customers",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"customers"
									]
								}
							},
							"response": [
								{
									"name": "add customer",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"firstName\": \"Amelia\",\n    \"lastName\": \"Amelia\",\n    \"externalId\": 16,\n    \"phone\": \"+381601234567\",\n    \"countryPhoneIso\": \"rs\",\n    \"email\": \"amelia1@test.test\",\n    \"gender\": \"female\",\n    \"birthday\": \"1990-05-17\",\n    \"note\": \"Note about customer\",\n    \"status\": \"visible\",\n    \"type\": \"customer\",\n    \"countPendingAppointments\": 0,\n    \"language\": \"en_GB\",\n    \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_GB\\\"}\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{admin_ajax_url}}/users/customers",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"customers"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 13:38:47 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "482"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully added new user.\",\n    \"data\": {\n        \"user\": {\n            \"id\": 23,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"Amelia\",\n            \"birthday\": {\n                \"date\": \"1990-05-17 13:38:49.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"email\": \"amelia1@test.test\",\n            \"phone\": \"+381601234567\",\n            \"type\": \"customer\",\n            \"status\": \"visible\",\n            \"note\": \"Note about customer\",\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": 16,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_GB\\\"}\",\n            \"gender\": \"female\"\n        }\n    }\n}"
								},
								{
									"name": "add customer - email taken",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"firstName\": \"Amelia\",\n    \"lastName\": \"Amelia\",\n    \"externalId\": 16,\n    \"phone\": \"+381601234567\",\n    \"countryPhoneIso\": \"rs\",\n    \"email\": \"amelia1@test.test\",\n    \"gender\": \"female\",\n    \"birthday\": \"1990-05-17\",\n    \"note\": \"Note about customer\",\n    \"status\": \"visible\",\n    \"type\": \"customer\",\n    \"countPendingAppointments\": 0,\n    \"language\": \"en_GB\",\n    \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_GB\\\"}\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{admin_ajax_url}}/users/customers",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"customers"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Mon, 28 Aug 2023 13:32:25 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Content-Length",
											"value": "81"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Email already exist.\",\n    \"data\": \"This email is already in use.\"\n}"
								}
							]
						},
						{
							"name": "update customer",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											"pm.variables.set('customer_id', 23)"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"firstName\": \"Amelia\",\n    \"lastName\": \"New Last Name\",\n    \"externalId\": 16,\n    \"phone\": \"+381601234567\",\n    \"countryPhoneIso\": \"rs\",\n    \"email\": \"amelia1@test.test\",\n    \"gender\": \"female\",\n    \"birthday\": \"1990-05-17\",\n    \"note\": \"Note about customer\",\n    \"status\": \"visible\",\n    \"type\": \"customer\",\n    \"countPendingAppointments\": 0,\n    \"language\": \"en_GB\",\n    \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_GB\\\"}\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/users/customers/{{customer_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"customers",
										"{{customer_id}}"
									]
								}
							},
							"response": [
								{
									"name": "update customer",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"firstName\": \"Amelia\",\n    \"lastName\": \"New Last Name\",\n    \"externalId\": 16,\n    \"phone\": \"+381601234567\",\n    \"countryPhoneIso\": \"rs\",\n    \"email\": \"amelia1@test.test\",\n    \"gender\": \"female\",\n    \"birthday\": \"1990-05-17\",\n    \"note\": \"Note about customer\",\n    \"status\": \"visible\",\n    \"type\": \"customer\",\n    \"countPendingAppointments\": 0,\n    \"language\": \"en_GB\",\n    \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_GB\\\"}\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{admin_ajax_url}}/users/customers/{{customer_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"customers",
												"{{customer_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 13:40:31 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "505"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully updated user\",\n    \"data\": {\n        \"user\": {\n            \"id\": 23,\n            \"firstName\": \"Amelia\",\n            \"lastName\": \"New Last Name\",\n            \"birthday\": {\n                \"date\": \"1990-05-17 13:40:33.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"email\": \"amelia1@test.test\",\n            \"phone\": \"+381601234567\",\n            \"type\": \"customer\",\n            \"status\": \"visible\",\n            \"note\": \"Note about customer\",\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": 16,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_GB\\\"}\",\n            \"gender\": \"female\"\n        },\n        \"is_wp_user\": false\n    }\n}"
								},
								{
									"name": "update customer partially",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"firstName\": \"Amelia New 1\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{admin_ajax_url}}/users/customers/{{customer_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"customers",
												"{{customer_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Mon, 28 Aug 2023 13:43:19 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Content-Length",
											"value": "348"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully updated user\",\n    \"data\": {\n        \"user\": {\n            \"id\": 67,\n            \"firstName\": \"Amelia New 1\",\n            \"lastName\": \"Amelia\",\n            \"birthday\": {\n                \"date\": \"1990-05-17 13:43:23.000000\",\n                \"timezone_type\": 3,\n                \"timezone\": \"UTC\"\n            },\n            \"email\": \"amelia22@test.test\",\n            \"phone\": \"+381601234567\",\n            \"type\": \"customer\",\n            \"status\": \"visible\",\n            \"note\": \"Note about customer\",\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": 16,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": \"{\\\"defaultLanguage\\\":\\\"en_GB\\\"}\",\n            \"gender\": \"female\"\n        },\n        \"is_wp_user\": false\n    }\n}"
								}
							]
						},
						{
							"name": "delete customer",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											"pm.variables.set('customer_id', 22)"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/users/customers/delete/{{customer_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"customers",
										"delete",
										"{{customer_id}}"
									]
								}
							},
							"response": [
								{
									"name": "delete customer",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"url": {
											"raw": "{{admin_ajax_url}}/users/customers/delete/{{customer_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"customers",
												"delete",
												"{{customer_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 13:37:44 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "50"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully deleted user.\",\n    \"data\": []\n}"
								}
							]
						},
						{
							"name": "delete effect customer",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											"pm.variables.set('customer_id', 2)"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/users/customers/effect/{{customer_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"customers",
										"effect",
										"{{customer_id}}"
									]
								}
							},
							"response": [
								{
									"name": "delete effect customer",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{admin_ajax_url}}/users/customers/effect/{{customer_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"customers",
												"effect",
												"{{customer_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 13:42:35 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "164"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully retrieved message.\",\n    \"data\": {\n        \"valid\": false,\n        \"message\": \"Could not delete user.\\n                This user has 7 appointments in the future.\"\n    }\n}"
								}
							]
						}
					]
				},
				{
					"name": "Employees",
					"item": [
						{
							"name": "get employees",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url_dev}}/users/providers&page=1&services[0]=1&location=8",
									"host": [
										"{{admin_ajax_url_dev}}"
									],
									"path": [
										"users",
										"providers&page=1&services[0]=1&location=8"
									]
								}
							},
							"response": [
								{
									"name": "get employees",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{admin_ajax_url}}/users/providers&page=1&search=employee&services[0]=2&location=1",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"providers&page=1&search=employee&services[0]=2&location=1"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 13:48:09 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "1522"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=96"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully retrieved users.\",\n    \"data\": {\n        \"users\": [\n            {\n                \"id\": 1,\n                \"firstName\": \"Milica\",\n                \"lastName\": \"Employee\",\n                \"birthday\": null,\n                \"email\": \"kpop.lover.10000@gmail.com\",\n                \"phone\": \"\",\n                \"type\": \"provider\",\n                \"status\": \"visible\",\n                \"note\": \"note 123\",\n                \"zoomUserId\": \"CFQD5m_ASZO5zKLNUm-i8Q\",\n                \"countryPhoneIso\": \"rs\",\n                \"externalId\": 3,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"translations\": null,\n                \"weekDayList\": [],\n                \"serviceList\": [],\n                \"dayOffList\": [],\n                \"specialDayList\": [],\n                \"locationId\": null,\n                \"googleCalendar\": null,\n                \"outlookCalendar\": null,\n                \"timeZone\": null,\n                \"description\": \"\\n<p>  \\n  <span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\n<p>  \\n  <br>\\n</p>\\n<p>  \\n  <br>\\n</p>\\n<p>  \\n  <br>\\n</p>\\n<p>xtest  \\n  <sub>test</sub>\\n</p>\\n<p>test  \\n  <sup>test</sup>\\n</p>\\n<blockquote>test description</blockquote>\\n<blockquote>  \\n  <br>\\n</blockquote>\\n<ul>  \\n  <li>blue</li>  \\n  <li>yellow</li>  \\n  <li>red</li>\\n</ul>\\n<h1>  \\n  <strong>    \\n    <em>      \\n      <s>        \\n        <u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\n<h1>  \\n  <span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\n<ol>  \\n  <li>one</li>  \\n  <li>two</li>  \\n  <li>three</li>\\n</ol>\\n<p>  \\n  <img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\n<h1>  \\n  <span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\n<h1>  \\n  <span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\",\n                \"activity\": \"busy\"\n            }\n        ],\n        \"countFiltered\": 1,\n        \"countTotal\": 4\n    }\n}"
								}
							]
						},
						{
							"name": "get employee",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											"pm.variables.set('provider_id', 1)"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/users/providers/{{provider_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"providers",
										"{{provider_id}}"
									]
								}
							},
							"response": [
								{
									"name": "get employee",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{admin_ajax_url}}/users/providers/{{provider_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"providers",
												"{{provider_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 13:50:14 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully retrieved user.\",\n    \"data\": {\n        \"user\": {\n            \"id\": 1,\n            \"firstName\": \"Milica\",\n            \"lastName\": \"Employee\",\n            \"birthday\": null,\n            \"email\": \"kpop.lover.10000@gmail.com\",\n            \"phone\": \"\",\n            \"type\": \"provider\",\n            \"status\": \"visible\",\n            \"note\": \"note 123\",\n            \"zoomUserId\": \"CFQD5m_ASZO5zKLNUm-i8Q\",\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": 3,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": null,\n            \"weekDayList\": [\n                {\n                    \"id\": 1,\n                    \"dayIndex\": 1,\n                    \"startTime\": \"18:00:00\",\n                    \"endTime\": \"20:30:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 1,\n                            \"startTime\": \"18:00:00\",\n                            \"endTime\": \"20:30:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [\n                                {\n                                    \"id\": 3,\n                                    \"serviceId\": 4\n                                },\n                                {\n                                    \"id\": 2,\n                                    \"serviceId\": 7\n                                },\n                                {\n                                    \"id\": 1,\n                                    \"serviceId\": 1\n                                }\n                            ],\n                            \"periodLocationList\": [\n                                {\n                                    \"id\": null,\n                                    \"locationId\": 1\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2,\n                    \"dayIndex\": 2,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"20:30:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 22,\n                            \"startTime\": \"17:00:00\",\n                            \"endTime\": \"20:30:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": [\n                                {\n                                    \"id\": null,\n                                    \"locationId\": 2\n                                }\n                            ]\n                        },\n                        {\n                            \"id\": 2,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": [\n                                {\n                                    \"id\": null,\n                                    \"locationId\": 1\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"id\": 3,\n                    \"dayIndex\": 3,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 3,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 4,\n                    \"dayIndex\": 4,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 4,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 5,\n                    \"dayIndex\": 5,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 5,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                }\n            ],\n            \"serviceList\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": 5,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [\n                        {\n                            \"id\": 4,\n                            \"name\": \"extra1\",\n                            \"description\": \"\",\n                            \"price\": 10,\n                            \"maxQuantity\": 5,\n                            \"position\": 1,\n                            \"duration\": null,\n                            \"serviceId\": null,\n                            \"aggregatedPrice\": false,\n                            \"translations\": null\n                        }\n                    ],\n                    \"coupons\": [],\n                    \"position\": 6,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": true,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"weekly\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"milica service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 100,\n                    \"deposit\": 0,\n                    \"depositPayment\": \"disabled\",\n                    \"depositPerPerson\": false,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 10,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 4,\n                    \"maxCapacity\": 50,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": 3,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"new test 51 and 99\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 109.51,\n                    \"deposit\": 0,\n                    \"depositPayment\": \"disabled\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 11,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 5400,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"new service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 33.44,\n                    \"deposit\": 0,\n                    \"depositPayment\": \"disabled\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 8,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 5,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 45,\n                    \"deposit\": 20,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 5,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 3600,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 2,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                },\n                {\n                    \"id\": 9,\n                    \"name\": \"test service 5\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 200,\n                    \"deposit\": 0,\n                    \"depositPayment\": \"disabled\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [\n                        {\n                            \"id\": 7,\n                            \"name\": \"extra1\",\n                            \"description\": \"\",\n                            \"price\": 0,\n                            \"maxQuantity\": 1,\n                            \"position\": 1,\n                            \"duration\": 1800,\n                            \"serviceId\": null,\n                            \"aggregatedPrice\": false,\n                            \"translations\": null\n                        }\n                    ],\n                    \"coupons\": [],\n                    \"position\": 12,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":false}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 4,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                }\n            ],\n            \"dayOffList\": [],\n            \"specialDayList\": [\n                {\n                    \"id\": 1,\n                    \"startDate\": \"2023-03-20\",\n                    \"endDate\": \"2023-03-20\",\n                    \"periodList\": [\n                        {\n                            \"id\": 1,\n                            \"startTime\": \"08:30:00\",\n                            \"endTime\": \"09:00:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": [\n                                {\n                                    \"id\": null,\n                                    \"locationId\": 1\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ],\n            \"locationId\": 1,\n            \"googleCalendar\": {\n                \"id\": 7,\n                \"token\": \"{\\\"access_token\\\":\\\"ya29.a0Ael9sCOWw8KYztD_Lmvqu6UU87f1jzw4WN_xkam1tTASJCt43OIX7hNdQipC079tZBzzVfmpomMKF__YespYZpm9WDYbtYXQt9vVdhXAu-Qv7RYzAKR1Kwdly5jg3Vz9USTq7FMquh3UI3ynCugTllsE-1rORxKTaCgYKAcASARMSFQF4udJhbxY_dwnvytjuFQVpldGI2g0167\\\",\\\"expires_in\\\":3599,\\\"refresh_token\\\":\\\"1\\\\/\\\\/03ojSFlN7tligCgYIARAAGAMSNgF-L9IrzwYHmm4ZqSoebdmLoWHZSDh04N9_uDYGpZ73sGVLwDSUBUHBcK0Na1Lyi6I2jIZkWQ\\\",\\\"scope\\\":\\\"https:\\\\/\\\\/www.googleapis.com\\\\/auth\\\\/calendar\\\",\\\"token_type\\\":\\\"Bearer\\\",\\\"created\\\":1682584271}\",\n                \"calendarId\": \"kpop.lover.10000@gmail.com\"\n            },\n            \"outlookCalendar\": {\n                \"id\": 1,\n                \"token\": \"{\\\"token_type\\\":\\\"Bearer\\\",\\\"scope\\\":\\\"Calendars.ReadWrite\\\",\\\"expires_in\\\":3600,\\\"ext_expires_in\\\":3600,\\\"access_token\\\":\\\"EwBgA8l6BAAUAOyDv0l6PcCVu89kmzvqZmkWABkAAelhSeR9gjWpfNR\\\\/44EO9zDvD3Oxd44xK1XPEzbgUPKBHtmwr+AxMiSvRuqAyIv5yBhd6AHAbfQKqLQ1TwtX\\\\/24z5NcubHmMFebDaDf4McMyrT3EXAjBw7tLI5PyyBYG6QWr3r2wvEZsz7bdmtlxef5L5Cxx\\\\/6NpPhQ9Nfsy1qzP0Kr2C5DUEcboEJvRlhD4C+KeP8bKg7fAwxNh4TPI8AMe7JEbFiwtxbiRIgJGezJxb\\\\/D0O8WY25Gpd9XfEojoP8EYeAEv2Emre5Tm2pPRcToMO+0DS4OJSIszlryUwfR2HUkXzg0ofWUvqvxIKVHztdrgMffPMPC30s5U44N\\\\/w7ADZgAACJ5KmTFdDX23MALodQboGA4mOa4YO7Twt\\\\/16nzWUVVP+3VQ3qyCQEbUPySnV5cf3yUcCrEh2ZjathRBJRIGm5OU7zwU\\\\/diRz5pvvycB5XU8vRoT8zzm5\\\\/bJdccppSnFSVU3ETcl8iFVhmP6XbkenRWdLZUJAOe2Nrl0jrs2561rx5kQCH4KepPhjjDL4rnNsyTltjzElXv1GuWrkpmtOgQF4\\\\/PGXtICdHcLsIS8qGCetUgeiprEx3Ho01nM68QtjQEDq+oyB068jXaGlwtjI8vHyFSWoP+M56VHbBE5C3\\\\/V0d59ao0bE\\\\/gW1BGcm79Ozw8dYr7\\\\/pDt909ewfbykzjJSWTKYlM0NJE+sVFcM5qtZmz68Io+U0AF6LTDdWbsdZfZ00RNFXm7kJg4L0jgnLRRx6R264U4AFNSDMMnd2twd3DLaGRxdHOihNERpFnzadJmZN0fVwA77VX2k8T3XhL\\\\/XNlyQ+C+Hcg4vCn5Flm714nf77RPbU\\\\/7ub3gEv+AJ8G3BZgfPHZDxz8VDrZoO8ht74\\\\/7BGTl3\\\\/zUiU9lcpgUsUncm5+j86T+\\\\/KfGvnMvZQeirXvkOfhBZ28reC+5KySOxErA8YOoAArU80b1CZTZWyRIc5KTamr5NG8mp0kpjKLxliL7c9XwGY4Ce0D8ynru7Ew5CQMawC0RtCX1lURjJXoTDzfft3pkPlzIXk3WqgnVs\\\\/nYKe30hkImML6Li9727iMI57Nbjrng6Jl8ac2w2DxyOGIoeZZPYYd28C\\\",\\\"refresh_token\\\":\\\"M.C102_BL2.-CXju97FuDc3fNNjtOqQRL39kgFIN94itRqaZMQ5VKUsBHmQfHQ0m57oBW14GqudLhkPXKGqqVr*QnDmZNWqvvZrRBDAXgStWKV1QJ67zFozIhUi*selavELPm3XyscDCvMJJ9Py2wM47kRqENybwncNIuat7!eiNyWlNuG7AJurOBroUdH6WStG06n4fgtNIMy17Hgb36CKzLHdsqvANepb04bjOMkR!VNyHUAHpW0fZ1Nou1isYWnq28L6zuxFQFfZrPPYl01nmlwQDLqZZ!DCxwaos1OEPfvq0O9GEifpsr97ToCKDxAszYF4CuGFmf3OwN7gPXjwp1Lwot6ZG9QZo9qXsKpp5qb0y9tc3fm0Q\\\",\\\"created\\\":1683287970}\",\n                \"calendarId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBBgAAANjP2dT7pGFAu0b6VBSGJOoAAAJD1gAAAA==\",\n                \"calendarList\": [\n                    {\n                        \"id\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBBgAAANjP2dT7pGFAu0b6VBSGJOoAAAJD1gAAAA==\",\n                        \"name\": \"Calendar\"\n                    },\n                    {\n                        \"id\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBBgAAANjP2dT7pGFAu0b6VBSGJOoABIwJCjMAAAA=\",\n                        \"name\": \"Celestial Calendar\"\n                    }\n                ]\n            },\n            \"timeZone\": null,\n            \"description\": \"\\n<p>  \\n  <span style=\\\"color: rgb(0, 138, 0);\\\">Marija Employee's description</span>\\n</p>\\n<p>  \\n  <br>\\n</p>\\n<p>  \\n  <br>\\n</p>\\n<p>  \\n  <br>\\n</p>\\n<p>xtest  \\n  <sub>test</sub>\\n</p>\\n<p>test  \\n  <sup>test</sup>\\n</p>\\n<blockquote>test description</blockquote>\\n<blockquote>  \\n  <br>\\n</blockquote>\\n<ul>  \\n  <li>blue</li>  \\n  <li>yellow</li>  \\n  <li>red</li>\\n</ul>\\n<h1>  \\n  <strong>    \\n    <em>      \\n      <s>        \\n        <u>test</u>      \\n      </s>    \\n    </em>  \\n  </strong>\\n</h1>\\n<h1>  \\n  <span class=\\\"ql-size-small ql-font-monospace\\\">fsdfsfsf</span>\\n</h1>\\n<ol>  \\n  <li>one</li>  \\n  <li>two</li>  \\n  <li>three</li>\\n</ol>\\n<p>  \\n  <img src=\\\"https://dev.wpamelia.com/wp-content/uploads/amelia/mail/60882fa217.jpg\\\">\\n</p>\\n<h1>  \\n  <span class=\\\"ql-font-serif\\\">test</span>\\n</h1>\\n<h1>  \\n  <span class=\\\"ql-font-serif\\\">test2</span>\\n</h1>\\n\",\n            \"activity\": \"busy\"\n        },\n        \"successfulGoogleConnection\": false,\n        \"successfulOutlookConnection\": true,\n        \"futureAppointmentsServicesIds\": [\n            1,\n            2,\n            7\n        ]\n    }\n}"
								}
							]
						},
						{
							"name": "add employee",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"status\": \"visible\",\n    \"firstName\": \"Amelia2\",\n    \"lastName\": \"Employee2\",\n    \"email\": \"ameliaEmployee2@test.test\",\n    \"externalId\": \"\",\n    \"locationId\": 1,\n    \"phone\": \"\",\n    \"countryPhoneIso\": \"rs\",\n    \"googleCalendar\": {},\n    \"outlookCalendar\": {},\n    \"zoomUserId\": \"\",\n    \"note\": \"\",\n    \"description\": \"\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"serviceList\": [\n        {\n            \"id\": 4,\n            \"price\": 45,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\"\n        },\n        {\n            \"id\": 2,\n            \"price\": 0,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\"\n        }\n    ],\n    \"weekDayList\": [\n        {\n            \"dayIndex\": 1,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [\n                        {\n                            \"id\": null,\n                            \"locationId\": 2\n                        }\n                    ],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 2,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 3,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 4,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 5,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        }\n    ],\n    \"specialDayList\": [\n        {\n            \"startDate\": \"2023-11-15\",\n            \"endDate\": \"2023-11-15\",\n            \"periodList\": [\n                {\n                    \"startTime\": \"13:00:00\",\n                    \"endTime\": \"14:30:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [\n                        {\n                            \"locationId\": 2\n                        },\n                        {\n                            \"locationId\": 1\n                        }\n                    ],\n                    \"periodServiceList\": [\n                        {\n                            \"serviceId\": 2\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"dayOffList\": [\n        {\n            \"name\": \"Day off 1\",\n            \"startDate\": \"2023-09-17\",\n            \"endDate\": \"2023-09-17\",\n            \"repeat\": 0\n        }\n    ],\n    \"sendEmployeePanelAccessEmail\": true,\n    \"descriptionHtml\": \"\",\n    \"timeZone\": \"Europe/Belgrade\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/users/providers",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"providers"
									]
								}
							},
							"response": [
								{
									"name": "add employee",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"type\": \"provider\",\n    \"status\": \"visible\",\n    \"firstName\": \"Amelia2\",\n    \"lastName\": \"Employee2\",\n    \"email\": \"ameliaEmployee2@test.test\",\n    \"externalId\": \"\",\n    \"locationId\": 1,\n    \"phone\": \"\",\n    \"countryPhoneIso\": \"rs\",\n    \"googleCalendar\": [],\n    \"outlookCalendar\": [],\n    \"note\": \"\",\n    \"description\": \"\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"serviceList\": [\n        {\n            \"id\": 4,\n            \"price\": 45,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\"\n        }\n    ],\n    \"weekDayList\": [\n        {\n            \"dayIndex\": 1,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [\n                        {\n                            \"id\": null,\n                            \"locationId\": 2\n                        }\n                    ],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 2,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 3,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 4,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 5,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        }\n    ],\n    \"specialDayList\": [],\n    \"dayOffList\": [\n        {\n            \"name\": \"Day off 1\",\n            \"startDate\": \"2023-09-17\",\n            \"endDate\": \"2023-09-17\",\n            \"repeat\": 0\n        }\n    ],\n    \"sendEmployeePanelAccessEmail\": true,\n    \"descriptionHtml\": \"\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{admin_ajax_url}}/users/providers",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"providers"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Mon, 28 Aug 2023 14:02:48 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Content-Length",
											"value": "736"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully added new user.\",\n    \"data\": {\n        \"user\": {\n            \"id\": 68,\n            \"firstName\": \"Amelia2\",\n            \"lastName\": \"Employee2\",\n            \"birthday\": null,\n            \"email\": \"ameliaEmployee2@test.test\",\n            \"phone\": \"\",\n            \"type\": \"provider\",\n            \"status\": \"visible\",\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": null,\n            \"weekDayList\": [\n                {\n                    \"id\": 41,\n                    \"dayIndex\": 1,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": null,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": 2,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 42,\n                    \"dayIndex\": 2,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": null,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 43,\n                    \"dayIndex\": 3,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": null,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 44,\n                    \"dayIndex\": 4,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": null,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 45,\n                    \"dayIndex\": 5,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": null,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                }\n            ],\n            \"serviceList\": [\n                {\n                    \"id\": 4,\n                    \"name\": null,\n                    \"description\": null,\n                    \"color\": null,\n                    \"price\": 45,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": null,\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": null,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": null,\n                    \"categoryId\": null,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                }\n            ],\n            \"dayOffList\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Day off 1\",\n                    \"startDate\": \"2023-09-17\",\n                    \"endDate\": \"2023-09-17\",\n                    \"repeat\": 0\n                }\n            ],\n            \"specialDayList\": [],\n            \"locationId\": 1,\n            \"googleCalendar\": null,\n            \"outlookCalendar\": null,\n            \"timeZone\": null,\n            \"description\": null\n        },\n        \"sendEmployeePanelAccessEmail\": false,\n        \"password\": null\n    }\n}"
								}
							]
						},
						{
							"name": "update employee",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											"pm.variables.set('provider_id', 88)"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"status\": \"visible\",\n    \"firstName\": \"Amelia2\",\n    \"lastName\": \"New Last Name\",\n    \"email\": \"ameliaEmployee2@test.test\",\n    \"externalId\": \"\",\n    \"locationId\": 1,\n    \"phone\": \"\",\n    \"countryPhoneIso\": \"rs\",\n    \"note\": \"\",\n    \"description\": \"\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"serviceList\": [\n        {\n            \"id\": 4,\n            \"price\": 45,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 6,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\"\n        },\n         {\n            \"id\": 2,\n            \"price\": 20,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\"\n        }\n    ]\n    \"weekDayList\": [\n        {\n            \"id\": null,\n            \"dayIndex\": 1,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [\n                        {\n                            \"id\": null,\n                            \"locationId\": 2\n                        }\n                    ],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"id\": null,\n            \"dayIndex\": 2,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"id\": null,\n            \"dayIndex\": 3,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"id\": null,\n            \"dayIndex\": 4,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"id\": null,\n            \"dayIndex\": 5,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        }\n    ],\n    \"specialDayList\": [],\n    \"dayOffList\": [\n        {\n            \"id\": 0,\n            \"name\": \"Day off 1\",\n            \"startDate\": \"2023-05-17\",\n            \"endDate\": \"2023-05-17\",\n            \"repeat\": 0\n        }\n    ],\n    \"sendEmployeePanelAccessEmail\": true,\n    \"descriptionHtml\": \"\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/users/providers/{{provider_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"providers",
										"{{provider_id}}"
									]
								}
							},
							"response": [
								{
									"name": "update employee",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"type\": \"provider\",\n    \"status\": \"visible\",\n    \"firstName\": \"Amelia2\",\n    \"lastName\": \"New Last Name\",\n    \"email\": \"ameliaEmployee2@test.test\",\n    \"externalId\": \"\",\n    \"locationId\": 1,\n    \"phone\": \"\",\n    \"countryPhoneIso\": \"rs\",\n    \"googleCalendar\": [],\n    \"outlookCalendar\": [],\n    \"note\": \"\",\n    \"description\": \"\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"serviceList\": [\n        {\n            \"id\": 4,\n            \"price\": 45,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\"\n        }\n    ],\n    \"weekDayList\": [\n        {\n            \"id\": null,\n            \"dayIndex\": 1,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [\n                        {\n                            \"id\": null,\n                            \"locationId\": 2\n                        }\n                    ],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"id\": null,\n            \"dayIndex\": 2,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"id\": null,\n            \"dayIndex\": 3,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"id\": null,\n            \"dayIndex\": 4,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"id\": null,\n            \"dayIndex\": 5,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"id\": null,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"locationId\": null,\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        }\n    ],\n    \"specialDayList\": [],\n    \"dayOffList\": [\n        {\n            \"id\": 0,\n            \"name\": \"Day off 1\",\n            \"startDate\": \"2023-05-17\",\n            \"endDate\": \"2023-05-17\",\n            \"repeat\": 0\n        }\n    ],\n    \"sendEmployeePanelAccessEmail\": true,\n    \"descriptionHtml\": \"\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{admin_ajax_url}}/users/providers/{{provider_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"providers",
												"{{provider_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Mon, 28 Aug 2023 14:12:29 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Content-Length",
											"value": "1017"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully\",\n    \"data\": {\n        \"user\": {\n            \"id\": 68,\n            \"firstName\": \"Amelia2\",\n            \"lastName\": \"New Last Name\",\n            \"birthday\": null,\n            \"email\": \"ameliaEmployee2@test.test\",\n            \"phone\": \"\",\n            \"type\": \"provider\",\n            \"status\": \"visible\",\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": null,\n            \"weekDayList\": [\n                {\n                    \"id\": 46,\n                    \"dayIndex\": 1,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 49,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": [\n                                {\n                                    \"id\": null,\n                                    \"locationId\": 2\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"id\": 47,\n                    \"dayIndex\": 2,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 50,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 48,\n                    \"dayIndex\": 3,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 51,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 49,\n                    \"dayIndex\": 4,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 52,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50,\n                    \"dayIndex\": 5,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 53,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                }\n            ],\n            \"serviceList\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 45,\n                    \"deposit\": 20,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 11,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 3600,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 2,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                }\n            ],\n            \"dayOffList\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Day off 1\",\n                    \"startDate\": \"2023-05-17\",\n                    \"endDate\": \"2023-05-17\",\n                    \"repeat\": 0\n                }\n            ],\n            \"specialDayList\": [],\n            \"locationId\": 1,\n            \"googleCalendar\": {\n                \"calendarList\": [],\n                \"calendarId\": null\n            },\n            \"outlookCalendar\": {\n                \"calendarList\": [],\n                \"calendarId\": null\n            },\n            \"timeZone\": null,\n            \"description\": null,\n            \"activity\": \"available\"\n        },\n        \"is_wp_user\": false,\n        \"sendEmployeePanelAccessEmail\": false,\n        \"password\": null\n    }\n}"
								},
								{
									"name": "update employee service price",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"serviceList\": [\n        {\n            \"id\": 4,\n            \"price\": 90,\n            \"minCapacity\": 1,\n            \"maxCapacity\": 1,\n            \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\"\n        }\n    ]\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{admin_ajax_url}}/users/providers/{{provider_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"providers",
												"{{provider_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Mon, 28 Aug 2023 14:12:29 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Content-Length",
											"value": "1017"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully\",\n    \"data\": {\n        \"user\": {\n            \"id\": 68,\n            \"firstName\": \"Amelia2\",\n            \"lastName\": \"New Last Name\",\n            \"birthday\": null,\n            \"email\": \"ameliaEmployee2@test.test\",\n            \"phone\": \"\",\n            \"type\": \"provider\",\n            \"status\": \"visible\",\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": null,\n            \"weekDayList\": [\n                {\n                    \"id\": 46,\n                    \"dayIndex\": 1,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 49,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": [\n                                {\n                                    \"id\": null,\n                                    \"locationId\": 2\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"id\": 47,\n                    \"dayIndex\": 2,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 50,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 48,\n                    \"dayIndex\": 3,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 51,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 49,\n                    \"dayIndex\": 4,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 52,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50,\n                    \"dayIndex\": 5,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 53,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                }\n            ],\n            \"serviceList\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 45,\n                    \"deposit\": 20,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 11,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 3600,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 2,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                }\n            ],\n            \"dayOffList\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Day off 1\",\n                    \"startDate\": \"2023-05-17\",\n                    \"endDate\": \"2023-05-17\",\n                    \"repeat\": 0\n                }\n            ],\n            \"specialDayList\": [],\n            \"locationId\": 1,\n            \"googleCalendar\": {\n                \"calendarList\": [],\n                \"calendarId\": null\n            },\n            \"outlookCalendar\": {\n                \"calendarList\": [],\n                \"calendarId\": null\n            },\n            \"timeZone\": null,\n            \"description\": null,\n            \"activity\": \"available\"\n        },\n        \"is_wp_user\": false,\n        \"sendEmployeePanelAccessEmail\": false,\n        \"password\": null\n    }\n}"
								},
								{
									"name": "update employee work hours",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"weekDayList\": [\n        {\n            \"dayIndex\": 1,\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"09:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"08:00:00\",\n                    \"endTime\": \"09:00:00\",\n                    \"locationId\": 0,\n                    \"periodLocationList\": [\n                        {\n                            \"id\": null,\n                            \"locationId\": 2\n                        }\n                    ],\n                    \"periodServiceList\": [\n                        {\n                            \"serviceId\": 1\n                        },\n                         {\n                            \"serviceId\": 4\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 2,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 3,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 4,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        },\n        {\n            \"dayIndex\": 5,\n            \"startTime\": \"09:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"timeOutList\": [],\n            \"periodList\": [\n                {\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"periodLocationList\": [],\n                    \"periodServiceList\": []\n                }\n            ]\n        }\n    ]\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{admin_ajax_url}}/users/providers/1",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"providers",
												"1"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Mon, 28 Aug 2023 14:12:29 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Vary",
											"value": "Accept-Encoding"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "Content-Length",
											"value": "1017"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json",
											"name": "Content-Type",
											"description": "",
											"type": "text"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully\",\n    \"data\": {\n        \"user\": {\n            \"id\": 68,\n            \"firstName\": \"Amelia2\",\n            \"lastName\": \"New Last Name\",\n            \"birthday\": null,\n            \"email\": \"ameliaEmployee2@test.test\",\n            \"phone\": \"\",\n            \"type\": \"provider\",\n            \"status\": \"visible\",\n            \"note\": null,\n            \"zoomUserId\": null,\n            \"countryPhoneIso\": \"rs\",\n            \"externalId\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"translations\": null,\n            \"weekDayList\": [\n                {\n                    \"id\": 46,\n                    \"dayIndex\": 1,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 49,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": 0,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": [\n                                {\n                                    \"id\": null,\n                                    \"locationId\": 2\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"id\": 47,\n                    \"dayIndex\": 2,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 50,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 48,\n                    \"dayIndex\": 3,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 51,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 49,\n                    \"dayIndex\": 4,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 52,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                },\n                {\n                    \"id\": 50,\n                    \"dayIndex\": 5,\n                    \"startTime\": \"09:00:00\",\n                    \"endTime\": \"17:00:00\",\n                    \"timeOutList\": [],\n                    \"periodList\": [\n                        {\n                            \"id\": 53,\n                            \"startTime\": \"09:00:00\",\n                            \"endTime\": \"17:00:00\",\n                            \"locationId\": null,\n                            \"periodServiceList\": [],\n                            \"periodLocationList\": []\n                        }\n                    ]\n                }\n            ],\n            \"serviceList\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 45,\n                    \"deposit\": 20,\n                    \"depositPayment\": \"fixed\",\n                    \"depositPerPerson\": true,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": 11,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": false,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 3600,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": true,\n                    \"show\": true,\n                    \"aggregatedPrice\": true,\n                    \"status\": \"visible\",\n                    \"categoryId\": 2,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": \"disabled\",\n                    \"recurringSub\": \"future\",\n                    \"recurringPayment\": 0,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": false,\n                    \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                }\n            ],\n            \"dayOffList\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Day off 1\",\n                    \"startDate\": \"2023-05-17\",\n                    \"endDate\": \"2023-05-17\",\n                    \"repeat\": 0\n                }\n            ],\n            \"specialDayList\": [],\n            \"locationId\": 1,\n            \"googleCalendar\": {\n                \"calendarList\": [],\n                \"calendarId\": null\n            },\n            \"outlookCalendar\": {\n                \"calendarList\": [],\n                \"calendarId\": null\n            },\n            \"timeZone\": null,\n            \"description\": null,\n            \"activity\": \"available\"\n        },\n        \"is_wp_user\": false,\n        \"sendEmployeePanelAccessEmail\": false,\n        \"password\": null\n    }\n}"
								}
							]
						},
						{
							"name": "update employee status",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											"pm.variables.set('provider_id', 25)"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"status\": \"hidden\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/users/providers/status/{{provider_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"providers",
										"status",
										"{{provider_id}}"
									]
								}
							},
							"response": [
								{
									"name": "update employee status",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"status\": \"hidden\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{admin_ajax_url}}/users/providers/status/{{provider_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"providers",
												"status",
												"{{provider_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 14:05:12 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully updated user\",\n    \"data\": true\n}"
								}
							]
						},
						{
							"name": "delete employee",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											"pm.variables.set('provider_id', 24)"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/users/providers/delete/{{provider_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"providers",
										"delete",
										"{{provider_id}}"
									]
								}
							},
							"response": [
								{
									"name": "delete employee",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"url": {
											"raw": "{{admin_ajax_url}}/users/providers/delete/{{provider_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"providers",
												"delete",
												"{{provider_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 13:54:47 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "50"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully deleted user.\",\n    \"data\": []\n}"
								}
							]
						},
						{
							"name": "delete effect employee",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											"pm.variables.set('provider_id', 2)"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/users/providers/effect/{{provider_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"providers",
										"effect",
										"{{provider_id}}"
									]
								}
							},
							"response": [
								{
									"name": "delete effect employee",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{admin_ajax_url}}/users/providers/effect/{{provider_id}}",
											"host": [
												"{{admin_ajax_url}}"
											],
											"path": [
												"users",
												"providers",
												"effect",
												"{{provider_id}}"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Date",
											"value": "Fri, 05 May 2023 14:03:50 GMT"
										},
										{
											"key": "Server",
											"value": "Apache/2.4.52 (Ubuntu)"
										},
										{
											"key": "X-Robots-Tag",
											"value": "noindex"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "Expires",
											"value": "Wed, 11 Jan 1984 05:00:00 GMT"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache, must-revalidate, max-age=0"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "Content-Length",
											"value": "164"
										},
										{
											"key": "Keep-Alive",
											"value": "timeout=5, max=100"
										},
										{
											"key": "Connection",
											"value": "Keep-Alive"
										},
										{
											"key": "Content-Type",
											"value": "application/json;charset=utf-8"
										}
									],
									"cookie": [],
									"body": "{\n    \"message\": \"Successfully retrieved message.\",\n    \"data\": {\n        \"valid\": false,\n        \"message\": \"Could not delete user.\\n                This user has 7 appointments in the future.\"\n    }\n}"
								}
							]
						}
					]
				},
				{
					"name": "get wp users",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/users/wp-users",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"users",
								"wp-users"
							]
						}
					},
					"response": [
						{
							"name": "get wp users",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/users/wp-users",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"users",
										"wp-users"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 05 May 2023 13:23:26 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "101"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved users.\",\n    \"data\": {\n        \"users\": [\n            {\n                \"value\": 16,\n                \"label\": \"Amelia Customer\"\n            }\n        ]\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Notification",
			"item": [
				{
					"name": "add notification",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"customer_appointment_approved\",\n    \"customName\": \"Custom notification\",\n    \"sendOnlyMe\": false,\n    \"status\": \"enabled\",\n    \"type\": \"email\",\n    \"time\": null,\n    \"timeBefore\": null,\n    \"timeAfter\": null,\n    \"entityIds\": [\n        1\n    ],\n    \"sendTo\": \"customer\",\n    \"entity\": \"appointment\",\n    \"subject\": \"%service_name% Notification Subject\",\n    \"content\": \"<p>Dear <strong>%customer_full_name%</strong>, </p><p><br></p><p>Notification Content</p><p><br></p><p>Thank you for choosing our company, </p><p><strong>%company_name%</strong></p>\",\n    \"whatsAppTemplate\": \"\",\n    \"minimumTimeBeforeBooking\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/notifications",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"notifications"
							]
						}
					},
					"response": [
						{
							"name": "add notification",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"customer_appointment_approved\",\n    \"customName\": \"Custom notification\",\n    \"sendOnlyMe\": false,\n    \"status\": \"enabled\",\n    \"type\": \"email\",\n    \"time\": null,\n    \"timeBefore\": null,\n    \"timeAfter\": null,\n    \"entityIds\": [\n        1\n    ],\n    \"sendTo\": \"customer\",\n    \"entity\": \"appointment\",\n    \"subject\": \"%service_name% Notification Subject\",\n    \"content\": \"<p>Dear <strong>%customer_full_name%</strong>, </p><p><br></p><p>Notification Content</p><p><br></p><p>Thank you for choosing our company, </p><p><strong>%company_name%</strong></p>\",\n    \"whatsAppTemplate\": \"\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/notifications",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"notifications"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 06:33:34 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "634"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added notification.\",\n    \"data\": {\n        \"notification\": {\n            \"id\": null,\n            \"name\": \"customer_appointment_approved\",\n            \"customName\": \"Custom notification\",\n            \"status\": \"enabled\",\n            \"type\": \"email\",\n            \"entity\": \"appointment\",\n            \"time\": null,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"sendTo\": \"customer\",\n            \"subject\": \"%service_name% Notification Subject\",\n            \"content\": \"<p>Dear <strong>%customer_full_name%</strong>, </p><p><br></p><p>Notification Content</p><p><br></p><p>Thank you for choosing our company, </p><p><strong>%company_name%</strong></p>\",\n            \"translations\": null,\n            \"entityIds\": [\n                1\n            ],\n            \"sendOnlyMe\": null,\n            \"whatsAppTemplate\": null\n        },\n        \"update\": false,\n        \"id\": \"114\"\n    }\n}"
						}
					]
				},
				{
					"name": "update notification",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('notification_id', 119)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"customer_appointment_approved\",\n    \"customName\": \"Custom notification\",\n    \"sendOnlyMe\": false,\n    \"status\": \"enabled\", //enabled, disabled\n    \"type\": \"email\",\n    \"time\": null,\n    \"timeBefore\": null,\n    \"timeAfter\": null,\n    \"entityIds\": [\n        1,\n        2\n    ],\n    \"sendTo\": \"customer\",\n    \"entity\": \"appointment\",\n    \"subject\": \"%service_name% Notification New Subject\",\n    \"content\": \"<p>Dear <strong>%customer_full_name%</strong>, </p><p><br></p><p>Notification Content</p><p><br></p><p>Thank you for choosing our company, </p><p><strong>%company_name%</strong></p>\",\n    \"whatsAppTemplate\": \"\",\n    \"minimumTimeBeforeBooking\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/notifications/{{notification_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"notifications",
								"{{notification_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update notification",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"customer_appointment_approved\",\n    \"customName\": \"Custom notification\",\n    \"sendOnlyMe\": false,\n    \"status\": \"enabled\",\n    \"type\": \"email\",\n    \"time\": null,\n    \"timeBefore\": null,\n    \"timeAfter\": null,\n    \"entityIds\": [\n        1,\n        2\n    ],\n    \"sendTo\": \"customer\",\n    \"entity\": \"appointment\",\n    \"subject\": \"%service_name% Notification New Subject\",\n    \"content\": \"<p>Dear <strong>%customer_full_name%</strong>, </p><p><br></p><p>Notification Content</p><p><br></p><p>Thank you for choosing our company, </p><p><strong>%company_name%</strong></p>\",\n    \"whatsAppTemplate\": \"\",\n    \"id\": \"114\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/notifications/{{notification_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"notifications",
										"{{notification_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 06:36:57 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "630"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated notification.\",\n    \"data\": {\n        \"notification\": {\n            \"id\": 114,\n            \"name\": \"customer_appointment_approved\",\n            \"customName\": \"Custom notification\",\n            \"status\": \"enabled\",\n            \"type\": \"email\",\n            \"entity\": \"appointment\",\n            \"time\": null,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"sendTo\": \"customer\",\n            \"subject\": \"%service_name% Notification New Subject\",\n            \"content\": \"<p>Dear <strong>%customer_full_name%</strong>, </p><p><br></p><p>Notification Content</p><p><br></p><p>Thank you for choosing our company, </p><p><strong>%company_name%</strong></p>\",\n            \"translations\": null,\n            \"entityIds\": [\n                1,\n                2\n            ],\n            \"sendOnlyMe\": null,\n            \"whatsAppTemplate\": null\n        },\n        \"update\": false\n    }\n}"
						},
						{
							"name": "update notification partially",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"customName\": \"Custom notification 2\",\n    \"entityIds\": [\n        1,\n        2\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/notifications/{{notification_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"notifications",
										"{{notification_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 28 Aug 2023 10:27:59 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "345"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated notification.\",\n    \"data\": {\n        \"notification\": {\n            \"id\": 119,\n            \"name\": \"customer_appointment_approved\",\n            \"customName\": \"Custom notification 2\",\n            \"status\": \"enabled\",\n            \"type\": \"email\",\n            \"entity\": \"appointment\",\n            \"time\": null,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"sendTo\": \"customer\",\n            \"subject\": \"%service_name% Notification Subject\",\n            \"content\": \"\\n<p>Dear \\n    <strong>%customer_full_name%</strong>, </p>\\n        <p>\\n            <br></p>\\n            <p>Notification Content</p>\\n                <p>\\n                    <br></p>\\n                    <p>Thank you for choosing our company, </p>\\n                        <p>\\n                            <strong>%company_name%</strong></p>\",\n            \"translations\": null,\n            \"entityIds\": [\n                1,\n                2\n            ],\n            \"sendOnlyMe\": null,\n            \"whatsAppTemplate\": null\n        },\n        \"update\": false\n    }\n}"
						}
					]
				},
				{
					"name": "get notifications",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/notifications",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"notifications"
							]
						}
					},
					"response": [
						{
							"name": "get notifications",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/notifications",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"notifications"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 06:43:35 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved notifications.\",\n    \"data\": {\n        \"notifications\": [\n            {\n                \"id\": 1,\n                \"name\": \"customer_appointment_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Appointment Approved\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>You have successfully scheduled <strong>%service_name%</strong> appointment with <strong>%employee_full_name%</strong>. We are waiting you at <strong>%location_address% </strong>on <strong>%appointment_date_time%</strong>.</p><p><br></p><p>payment links:</p><p>mollie: %payment_link_mollie%</p><p>wc: %payment_link_woocommerce%</p><p>paypal: %payment_link_paypal%</p><p>stripe: %payment_link_stripe%</p><p>razorpay: %payment_link_razorpay%</p><p>square: %payment_link_square%</p><p><br></p><p><br></p><p>service extras: %service_extras%</p><p><br></p><p>customer email: %customer_email%</p><p><br></p><p>service new name: <span style=\\\"color: rgb(29, 28, 29); background-color: rgb(248, 248, 248);\\\">%amelia_dynamic_placeholder_serviceName%</span></p><p><br></p><p><span style=\\\"color: rgb(29, 28, 29); background-color: rgb(248, 248, 248);\\\">just google meet link: %amelia_dynamic_placeholder_googleMeetLink%</span></p><p><br></p><p>app price: %appointment_price%&nbsp;</p><p>app deposit: %appointment_deposit_payment%</p><p><br></p><p><br></p><p>Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 2,\n                \"name\": \"customer_appointment_pending\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Appointment Pending\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>The <strong>%service_name%</strong> appointment with <strong>%employee_full_name%</strong> at <strong>%location_address%</strong>, scheduled for <strong>%appointment_date_time%</strong> is waiting for a confirmation.</p><p><br></p><p><br></p><p>payment links:</p><p>mollie: %payment_link_mollie%</p><p>wc: %payment_link_woocommerce%</p><p>paypal: %payment_link_paypal%</p><p>stripe: %payment_link_stripe%</p><p>razorpay: %payment_link_razorpay%</p><p><br></p><p>Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 3,\n                \"name\": \"customer_appointment_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Appointment Rejected\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>Your <strong>%service_name%</strong> \\n                     appointment, scheduled on <strong>%appointment_date_time%</strong> at <strong>%location_address%\\n                     </strong>has been rejected.<br><br>Thank you for choosing our company,\\n                     <br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 4,\n                \"name\": \"customer_appointment_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Appointment Canceled\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>Your <strong>%service_name%</strong> appointment, scheduled on <strong>%appointment_date_time%</strong> at <strong>%location_address% </strong>has been canceled.</p><p><br></p><p><br></p><p>service extras: %service_extras%</p><p><br></p><p>customer email: %customer_email%</p><p><br></p><p>Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 5,\n                \"name\": \"customer_appointment_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Appointment Rescheduled\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>The details for your \\n                     <strong>%service_name%</strong> appointment with <strong>%employee_full_name%</strong> at \\n                     <strong>%location_name%</strong> has been changed. The appointment is now set for \\n                     <strong>%appointment_date%</strong> at <strong>%appointment_start_time%</strong>.<br><br>\\n                     Thank you for choosing our company,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 6,\n                \"name\": \"customer_appointment_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Appointment Reminder\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>We would like to remind you that you have \\n                     <strong>%service_name%</strong> appointment tomorrow at <strong>%appointment_start_time%</strong>.\\n                     We are waiting for you at <strong>%location_name%</strong>.<br><br>Thank you for \\n                     choosing our company,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 7,\n                \"name\": \"customer_appointment_follow_up\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": 1800,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Appointment Follow Up\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>Thank you once again for choosing our company. \\n                     We hope you were satisfied with your <strong>%service_name%</strong>.<br><br>We look forward to \\n                     seeing you again soon,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 8,\n                \"name\": \"customer_birthday_greeting\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"Happy Birthday\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>Happy birthday!<br>We wish you all the best.\\n                    <br><br>Thank you for choosing our company,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 9,\n                \"name\": \"provider_appointment_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%service_name% Appointment Approved\",\n                \"content\": \"<p>Hi <strong>%employee_full_name%</strong>,</p><p><br></p><p>You have one confirmed <strong>%service_name%</strong> appointment at <strong>%location_name%</strong> on <strong>%appointment_date%</strong> at <strong>%appointment_start_time%</strong>. The appointment is added to your schedule.</p><p><br></p><p><br></p><p>service extras: %service_extras%</p><p><br></p><p><br></p><p>customer email: %customer_email%</p><p><br></p><p>Thank you,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 10,\n                \"name\": \"provider_appointment_pending\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%service_name% Appointment Pending\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>You have new appointment \\n                     in <strong>%service_name%</strong>. The appointment is waiting for a confirmation.<br><br>Thank \\n                     you,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 11,\n                \"name\": \"provider_appointment_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%service_name% Appointment Rejected\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>Your <strong>%service_name%</strong> appointment \\n                     at <strong>%location_name%</strong>, scheduled for <strong>%appointment_date%</strong> at  \\n                     <strong>%appointment_start_time%</strong> has been rejected.\\n                     <br><br>Thank you,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 12,\n                \"name\": \"provider_appointment_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%service_name% Appointment Canceled\",\n                \"content\": \"<p>Hi <strong>%employee_full_name%</strong>,</p><p><br></p><p>Your <strong>%service_name%</strong> appointment, scheduled on <strong>%appointment_date%</strong>, at <strong>%location_name%</strong> has been canceled.</p><p><br></p><p><br></p><p>service extras: %service_extras%</p><p><br></p><p><br></p><p>customer email: %customer_email%</p><p><br></p><p>Thank you,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 13,\n                \"name\": \"provider_appointment_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%service_name% Appointment Rescheduled\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>The details for your \\n                     <strong>%service_name%</strong> appointment at <strong>%location_name%</strong> has been changed. \\n                     The appointment is now set for <strong>%appointment_date%</strong> at \\n                     <strong>%appointment_start_time%</strong>.<br><br>Thank you,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 14,\n                \"name\": \"provider_appointment_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%service_name% Appointment Reminder\",\n                \"content\": \"Dear <strong>%employee_full_name%</strong>,<br><br>We would like to remind you that you have \\n                     <strong>%service_name%</strong> appointment tomorrow at <strong>%appointment_start_time%</strong>\\n                     at <strong>%location_name%</strong>.<br><br>Thank you, \\n                     <br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 15,\n                \"name\": \"customer_appointment_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n\\nYou have successfully scheduled %service_name% appointment with %employee_full_name%. We are waiting for you at %location_address% on %appointment_date_time%.\\n\\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 16,\n                \"name\": \"customer_appointment_pending\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%, \\n                    \\nThe %service_name% appointment with %employee_full_name% at %location_address%, scheduled for %appointment_date_time% is waiting for a confirmation.\\n                    \\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 17,\n                \"name\": \"customer_appointment_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n                    \\nYour %service_name% appointment, scheduled on %appointment_date_time% at %location_address% has been rejected.\\n                    \\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 18,\n                \"name\": \"customer_appointment_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n                    \\nYour %service_name% appointment, scheduled on %appointment_date_time% at %location_address% has been canceled. \\n                    \\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 19,\n                \"name\": \"customer_appointment_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n                    \\nThe details for your %service_name% appointment with %employee_full_name% at %location_name% has been changed. The appointment is now set for %appointment_date% at %appointment_start_time%.\\n                    \\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 20,\n                \"name\": \"customer_appointment_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n                    \\nWe would like to remind you that you have %service_name% appointment tomorrow at %appointment_start_time%. We are waiting for you at %location_name%.\\n                    \\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 21,\n                \"name\": \"customer_appointment_follow_up\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": 1800,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n                    \\nThank you once again for choosing our company. We hope you were satisfied with your %service_name%.\\n                     \\nWe look forward to seeing you again soon,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 22,\n                \"name\": \"customer_birthday_greeting\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n                    \\nHappy birthday! We wish you all the best. \\n                    \\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 23,\n                \"name\": \"provider_appointment_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n                    \\nYou have one confirmed %service_name% appointment at %location_name% on %appointment_date% at %appointment_start_time%. The appointment is added to your schedule.\\n                    \\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 24,\n                \"name\": \"provider_appointment_pending\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n                    \\nYou have new appointment in %service_name%. The appointment is waiting for a confirmation.\\n                    \\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 25,\n                \"name\": \"provider_appointment_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n                    \\nYour %service_name% appointment at %location_name%, scheduled for %appointment_date% at %appointment_start_time% has been rejected. \\n                    \\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 26,\n                \"name\": \"provider_appointment_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n                    \\nYour %service_name% appointment, scheduled on %appointment_date%, at %location_name% has been canceled.\\n                    \\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 27,\n                \"name\": \"provider_appointment_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n                    \\nThe details for your %service_name% appointment at %location_name% has been changed. The appointment is now set for %appointment_date% at %appointment_start_time%.\\n                    \\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 28,\n                \"name\": \"provider_appointment_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %employee_full_name%, \\n                    \\nWe would like to remind you that you have %service_name% appointment tomorrow at %appointment_start_time% at %location_name%.\\n                    \\nThank you, \\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 29,\n                \"name\": \"customer_event_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%event_name% Event Booked\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>You have successfully scheduled <strong>%event_name%</strong> event. We are waiting you at <strong>%event_location% </strong>on <strong>%event_start_date_time%</strong>. </p><p><br></p><p>booking price: %booking_price%</p><p>persons:  %number_of_persons%</p><p><br></p><p>payment links:</p><p>mollie: %payment_link_mollie%</p><p>wc: %payment_link_woocommerce%</p><p>paypal: %payment_link_paypal%</p><p>stripe: %payment_link_stripe%</p><p>razorpay: %payment_link_razorpay%</p><p><br></p><p>Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 30,\n                \"name\": \"customer_event_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%event_name% Event Canceled By Admin\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>Your <strong>%event_name%</strong>\\n                     event, scheduled on <strong>%event_start_date_time%</strong> at <strong>%event_location%\\n                     </strong>has been canceled.<br><br>Thank you for choosing our company,\\n                     <br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 31,\n                \"name\": \"customer_event_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%event_name% Event Canceled By Attendee\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>Your <strong>%event_name%</strong>\\n                     event, scheduled on <strong>%event_start_date_time%</strong> at <strong>%event_location%\\n                     </strong>has been canceled.<br><br>Thank you for choosing our company,\\n                     <br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 32,\n                \"name\": \"customer_event_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%event_name% Event Rescheduled\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>The details for your <strong>%event_name%</strong> event at <strong>%event_location%</strong> has been changed. The event is now set for <strong>%event_start_date_time%</strong>.</p><p><br></p><p>payment links:</p><p>mollie: %payment_link_mollie%</p><p>wc: %payment_link_woocommerce%</p><p>paypal: %payment_link_paypal%</p><p>stripe: %payment_link_stripe%</p><p>razorpay: %payment_link_razorpay%</p><p><br></p><p> Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 33,\n                \"name\": \"customer_event_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%event_name% Event Reminder\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>We would like to remind you that you have\\n                     <strong>%event_name%</strong> event tomorrow at <strong>%event_start_date_time%</strong>.\\n                     We are waiting for you at <strong>%event_location%</strong>.<br><br>Thank you for\\n                     choosing our company,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 34,\n                \"name\": \"customer_event_follow_up\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": 1800,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%event_name% Event Follow Up\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>Thank you once again for choosing our company.\\n                     We hope you were satisfied with your <strong>%event_name%</strong>.<br><br>We look forward to\\n                     seeing you again soon,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 35,\n                \"name\": \"provider_event_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%event_name% Event Booked\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>You have one confirmed\\n                     <strong>%event_name%</strong> Event at <strong>%event_location%</strong> on\\n                     <strong>%event_start_date_time%</strong>. The event\\n                     is added to your schedule.<br><br>Thank you,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 36,\n                \"name\": \"provider_event_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%event_name% Event Canceled By Admin\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>Your <strong>%event_name%</strong> event\\n                     at <strong>%event_location%</strong>, scheduled for <strong>%event_start_date_time%</strong>\\n                     has been canceled.<br><br>Thank you,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 37,\n                \"name\": \"provider_event_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%event_name% Event Canceled By Customer\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>Your <strong>%event_name%</strong> event,\\n                     scheduled on <strong>%event_start_date_time%</strong>, at <strong>%event_location%</strong> has been\\n                     canceled.<br><br>Thank you,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 38,\n                \"name\": \"provider_event_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%event_name% Event Rescheduled\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>The details for your\\n                     <strong>%event_name%</strong> event at <strong>%event_location%</strong> has been changed.\\n                     The event is now set for <strong>%event_start_date_time%</strong>.\\n                     <br><br>Thank you,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 39,\n                \"name\": \"provider_event_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%event_name% Event Reminder\",\n                \"content\": \"Dear <strong>%employee_full_name%</strong>,<br><br>We would like to remind you that you have \\n                     <strong>%event_name%</strong> event at <strong>%event_start_date_time%</strong>\\n                     at <strong>%event_location%</strong>.<br><br>Thank you, \\n                     <br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 40,\n                \"name\": \"customer_event_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n\\nYou have successfully scheduled %event_name% event. We are waiting for you at %event_location% on %event_start_date_time%.\\n\\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 41,\n                \"name\": \"customer_event_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n\\nYour %event_name% event, scheduled on %event_start_date_time% at %event_location% has been cancelled.\\n\\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 42,\n                \"name\": \"customer_event_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n\\nYour %event_name% event, scheduled on %event_start_date_time% at %event_location% has been cancelled.\\n\\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 43,\n                \"name\": \"customer_event_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n\\nThe details for your %event_name% event at %event_location% has been changed. The event is now set for %event_start_date_time%.\\n\\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 44,\n                \"name\": \"customer_event_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n                    \\nWe would like to remind you that you have %event_name% event at %event_start_date_time%. We are waiting for you at %event_location%.\\n                    \\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 45,\n                \"name\": \"customer_event_follow_up\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": 1800,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n                    \\nThank you once again for choosing our company. We hope you were satisfied with your %event_name%.\\n                     \\nWe look forward to seeing you again soon,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 46,\n                \"name\": \"provider_event_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n\\nYou have one confirmed %event_name% event at %event_location% on %event_start_date_time%. The event is added to your schedule.\\n\\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 47,\n                \"name\": \"provider_event_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n\\nYour %event_name% event at %event_location%, scheduled for %event_start_date_time% has been canceled by admin.\\n\\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 48,\n                \"name\": \"provider_event_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n\\nYour %event_name% event, scheduled on %event_start_date_time%, at %event_location% has been canceled.\\n\\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 49,\n                \"name\": \"provider_event_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n\\nThe details for your %event_name% event at %event_location% has been changed. The event is now set for %event_start_date_time%.\\n\\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 50,\n                \"name\": \"provider_event_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %employee_full_name%, \\n                    \\nWe would like to remind you that you have %event_name% event at %event_start_date_time% at %event_location%.\\n                    \\nThank you, \\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 51,\n                \"name\": \"customer_account_recovery\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"Customer Panel Access\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>You can access your profile on this <b><a href=\\\"%customer_panel_url%\\\">link</a></b>.\\n                    <br><br>Thank you for choosing our company,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 52,\n                \"name\": \"provider_panel_access\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"Employee Panel Access\",\n                \"content\": \"Dear <strong>%employee_full_name%</strong>,<br><br>You can access your profile and track your bookings on this <b><a href=\\\"%employee_panel_url%\\\">link</a></b>.<br><br>Your login credentials:<br>Email: <b>%employee_email%</b><br>Password: <b>%employee_password%</b>\\n                    <br><br>Best regards,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 53,\n                \"name\": \"provider_panel_recovery\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"Employee Panel Access\",\n                \"content\": \"Dear <strong>%employee_full_name%</strong>,<br><br>You can access your profile and track your bookings on this <b><a href=\\\"%employee_panel_url%\\\">link</a></b>.\\n                    <br><br>Best regards,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 54,\n                \"name\": \"customer_package_purchased\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"Package %package_name% purchased\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>You have successfully purchased\\n                     <strong>%package_name%</strong>.\\n                     <br><br>Thank you for choosing our company,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 55,\n                \"name\": \"customer_package_purchased\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"Package %package_name% purchased\",\n                \"content\": \"Dear %customer_full_name%,\\n\\nYou have successfully purchased %package_name%.\\n\\nThank you for choosing our company, %company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 56,\n                \"name\": \"provider_package_purchased\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"Package %package_name% purchased\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>\\n                     Customer <strong>%customer_full_name%</strong> has purchased <strong>%package_name%</strong> package.<br><br>\\n                     Thank you,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 57,\n                \"name\": \"provider_package_purchased\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"Package %package_name% purchased\",\n                \"content\": \"Hi %employee_full_name%,\\n\\nCustomer %customer_full_name% has purchased %package_name% package.\\n                     \\nThank you, %company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 58,\n                \"name\": \"customer_package_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"Package %package_name% canceled\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>, \\n                    The <strong>%package_name%</strong> that you have purchased has been canceled. \\n                    Thank you,\\n                    <strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 59,\n                \"name\": \"customer_package_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"Package %package_name% canceled\",\n                \"content\": \"Dear %customer_full_name%, \\nThe %package_name% that you have purchased has been canceled. \\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 60,\n                \"name\": \"provider_package_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"Package %package_name% canceled\",\n                \"content\": \"Dear <strong>%employee_full_name%</strong>,\\nThe <strong>%package_name%</strong> purchased by <strong>%customer_full_name%</strong> has been canceled.\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 61,\n                \"name\": \"provider_package_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"Package %package_name% canceled\",\n                \"content\": \"Dear %employee_full_name%,\\nThe %package_name% purchased by %customer_full_name% has been canceled.\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 62,\n                \"name\": \"customer_appointment_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"%appointment_id% %appointment_date_time% %appointment_id%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": \"event_booked\"\n            },\n            {\n                \"id\": 63,\n                \"name\": \"customer_appointment_pending\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 64,\n                \"name\": \"customer_appointment_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 65,\n                \"name\": \"customer_appointment_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 66,\n                \"name\": \"customer_appointment_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 67,\n                \"name\": \"customer_appointment_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 68,\n                \"name\": \"customer_appointment_follow_up\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": 1800,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 69,\n                \"name\": \"provider_appointment_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 70,\n                \"name\": \"provider_appointment_pending\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 71,\n                \"name\": \"provider_appointment_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 72,\n                \"name\": \"provider_appointment_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 73,\n                \"name\": \"provider_appointment_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 74,\n                \"name\": \"provider_appointment_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 75,\n                \"name\": \"customer_event_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 76,\n                \"name\": \"customer_event_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 77,\n                \"name\": \"customer_event_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 78,\n                \"name\": \"customer_event_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 79,\n                \"name\": \"customer_event_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 80,\n                \"name\": \"customer_event_follow_up\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": 1800,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 81,\n                \"name\": \"provider_event_approved\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 82,\n                \"name\": \"provider_event_rejected\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 83,\n                \"name\": \"provider_event_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 84,\n                \"name\": \"provider_event_rescheduled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 85,\n                \"name\": \"provider_event_next_day_reminder\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 86,\n                \"name\": \"customer_package_purchased\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 87,\n                \"name\": \"customer_package_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 88,\n                \"name\": \"provider_package_purchased\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 89,\n                \"name\": \"provider_package_canceled\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 90,\n                \"name\": \"customer_birthday_greeting\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": \"17:00:00\",\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 91,\n                \"name\": \"customer_account_recovery\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 92,\n                \"name\": \"provider_panel_access\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 93,\n                \"name\": \"provider_panel_recovery\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 94,\n                \"name\": \"customer_appointment_updated\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Appointment Details Changed\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>Details of the appointment on <strong>%appointment_date_time%</strong> have changed:</p><p><br></p><p><br></p><ul><li>Employee: <strong>%employee_full_name%</strong></li><li>Location: <strong>%location_name%</strong></li><li>Extras: <strong>%service_extras%</strong></li></ul><p><br></p><p><br></p><p>payment links:</p><p>mollie: %payment_link_mollie%</p><p>wc: %payment_link_woocommerce%</p><p>paypal: %payment_link_paypal%</p><p>stripe: %payment_link_stripe%</p><p>razorpay: %payment_link_razorpay%</p><p><br></p><p>%appointment_price%</p><p><br></p><p>Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 95,\n                \"name\": \"provider_appointment_updated\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%service_name% Appointment Details Changed\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>Details of the appointment on <strong>%appointment_date_time%</strong>  have changed:\\n                       <br>\\n                        <ul>\\n                            <li>Customers: <strong>%customer_full_name%</strong></li>\\n                            <li>Location: <strong>%location_name%</strong></li>\\n                            <li>Extras: <strong>%service_extras%</strong></li>\\n                        </ul><br>Thank you,<br>\\n                    <strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 96,\n                \"name\": \"customer_appointment_updated\",\n                \"customName\": null,\n                \"status\": \"disabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Appointment Details Changed\",\n                \"content\": \"Dear %customer_full_name%,\\n\\nDetails of the appointment on %appointment_date_time% have changed:\\n    Employee: %employee_full_name%\\n    Location: %location_name%\\n    Extras: %service_extras%\\n    \\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 97,\n                \"name\": \"provider_appointment_updated\",\n                \"customName\": null,\n                \"status\": \"disabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%service_name% Appointment Details Changed\",\n                \"content\": \"Hi %employee_full_name%,\\n                \\nDetails of the appointment on %appointment_date_time% have changed:\\n    Customers: %customer_full_name%,\\n    Location: %location_name%,\\n    Extras: %service_extras%\\n    \\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 98,\n                \"name\": \"customer_appointment_updated\",\n                \"customName\": null,\n                \"status\": \"disabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 99,\n                \"name\": \"provider_appointment_updated\",\n                \"customName\": null,\n                \"status\": \"disabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 100,\n                \"name\": \"customer_event_updated\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%event_name% Event Details Changed\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>Details of the event on <strong>%event_start_date_time%</strong> have changed:</p><p><br></p><p><br></p><ul><li>Organizer: <strong>%employee_full_name%</strong></li><li>Location: <strong>%location_name%</strong></li></ul><p><br></p><p>zoom: %zoom_join_url_date%</p><p>zoom: %zoom_join_url_date_time%</p><p>gmeet: %google_meet_url_date%</p><p>gmeet: %google_meet_url_date_time%</p><p><br></p><p><br></p><p>payment links:</p><p>mollie: %payment_link_mollie%</p><p>wc: %payment_link_woocommerce%</p><p>paypal: %payment_link_paypal%</p><p>stripe: %payment_link_stripe%</p><p>razorpay: %payment_link_razorpay%</p><p><br></p><p>Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 101,\n                \"name\": \"provider_event_updated\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%event_name% Event Details Changed\",\n                \"content\": \"<p>Hi <strong>%employee_full_name%</strong>,</p><p><br></p><p>Details of the event on <strong>%event_start_date_time%</strong> have changed:</p><ul><li>Description: <strong>%event_description%</strong></li><li>Location: <strong>%location_name%</strong></li></ul><p><br></p><p>zoom: %zoom_host_url_date%</p><p>zoom: %zoom_host_url_date_time%</p><p><br></p><p>gmeet: %google_meet_url_date%</p><p>gmeet: %google_meet_url_date_time%</p><p><br></p><p>Thank you, </p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 102,\n                \"name\": \"customer_event_updated\",\n                \"customName\": null,\n                \"status\": \"disabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%event_name% Event Details Changed\",\n                \"content\": \"Dear %customer_full_name%,\\n                    \\nDetails of the event on %event_start_date_time% have changed:\\n    Organizer: %employee_full_name\\n    Location: %location_name%\\n\\nThank you for choosing our company,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 103,\n                \"name\": \"provider_event_updated\",\n                \"customName\": null,\n                \"status\": \"disabled\",\n                \"type\": \"sms\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%event_name% Event Details Changed\",\n                \"content\": \"Hi %employee_full_name%,\\n                \\nDetails of the event on %event_start_date_time% have changed:\\n    Description: %event_description%, \\n    Location: %location_name%\\n\\nThank you,\\n%company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 104,\n                \"name\": \"customer_event_updated\",\n                \"customName\": null,\n                \"status\": \"disabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 105,\n                \"name\": \"provider_event_updated\",\n                \"customName\": null,\n                \"status\": \"disabled\",\n                \"type\": \"whatsapp\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"\",\n                \"content\": \"\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 106,\n                \"name\": \"customer_appointment_approved\",\n                \"customName\": \"Customer approved notif\",\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name%\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>custom notification</p><p><br></p><p>service extras: %service_extras%</p><p><br></p><p>Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": [],\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 107,\n                \"name\": \"provider_event_scheduled_hours\",\n                \"customName\": \"after event\",\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": 3600,\n                \"sendTo\": \"provider\",\n                \"subject\": \"%event_name% 1h after\",\n                \"content\": \"<p>Hi <strong>%employee_full_name%</strong>, </p><p><br></p><p>employee email: %employee_email%</p><p><br></p><p>Thank you, </p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": [],\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 108,\n                \"name\": \"customer_cart\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"Cart Purchase\",\n                \"content\": \"Dear <strong>%customer_full_name%</strong>,<br><br>You have successfully purchased several appointments. The details about your bookings are shown below.<br>\\n                     %cart_appointments_details%.\\n                     <br><br>Thank you for choosing our company,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 109,\n                \"name\": \"customer_cart\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"NULL\",\n                \"content\": \"Dear %customer_full_name%,\\n                You have successfully scheduled several appointments.\\n                Thank you for choosing our company, %company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 110,\n                \"name\": \"provider_cart\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"Cart Purchase\",\n                \"content\": \"Hi <strong>%employee_full_name%</strong>,<br><br>\\n                     Customer <strong>%customer_full_name%</strong> has successfully scheduled several appointments. The details about bookings are shown below.<br>%cart_appointments_details%<br><br>\\n                     Thank you,<br><strong>%company_name%</strong>\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 111,\n                \"name\": \"provider_cart\",\n                \"customName\": null,\n                \"status\": \"enabled\",\n                \"type\": \"sms\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"provider\",\n                \"subject\": \"NULL\",\n                \"content\": \"Hi %employee_full_name%,\\n\\nCustomer %customer_full_name% has successfully scheduled several appointments.\\n                     \\nThank you, %company_name%\",\n                \"translations\": null,\n                \"entityIds\": null,\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 112,\n                \"name\": \"customer_event_approved\",\n                \"customName\": \"event notification\",\n                \"status\": \"enabled\",\n                \"type\": \"email\",\n                \"entity\": \"event\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%event_name%\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>,</p><p><br></p><p>Thank you for choosing our company,</p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": [\n                    47\n                ],\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 113,\n                \"name\": \"customer_appointment_approved\",\n                \"customName\": \"Custom notification\",\n                \"status\": \"disabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Notification New Subject\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>, </p><p><br></p><p>Notification Content</p><p><br></p><p>Thank you for choosing our company, </p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": [\n                    1,\n                    2\n                ],\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            },\n            {\n                \"id\": 114,\n                \"name\": \"customer_appointment_approved\",\n                \"customName\": \"Custom notification\",\n                \"status\": \"disabled\",\n                \"type\": \"email\",\n                \"entity\": \"appointment\",\n                \"time\": null,\n                \"timeBefore\": null,\n                \"timeAfter\": null,\n                \"sendTo\": \"customer\",\n                \"subject\": \"%service_name% Notification New Subject\",\n                \"content\": \"<p>Dear <strong>%customer_full_name%</strong>, </p><p><br></p><p>Notification Content</p><p><br></p><p>Thank you for choosing our company, </p><p><strong>%company_name%</strong></p>\",\n                \"translations\": null,\n                \"entityIds\": [\n                    1,\n                    2\n                ],\n                \"sendOnlyMe\": null,\n                \"whatsAppTemplate\": null\n            }\n        ],\n        \"whatsAppTemplates\": [\n            {\n                \"name\": \"two_parameters\",\n                \"components\": [\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"Hello,\\nYour appointment for {{1}} has been approved.\\nThe location is {{2}}.\\nThe employee is {{2}}.\\n\\nThank you for choosing us\",\n                        \"example\": {\n                            \"body_text\": [\n                                [\n                                    \"03-03-2023\",\n                                    \"Marsala Tita\"\n                                ]\n                            ]\n                        }\n                    }\n                ],\n                \"language\": \"en_GB\",\n                \"status\": \"REJECTED\",\n                \"category\": \"UTILITY\",\n                \"id\": \"692236299572346\"\n            },\n            {\n                \"name\": \"new_test\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"HEADER\",\n                        \"format\": \"IMAGE\",\n                        \"example\": {\n                            \"header_handle\": [\n                                \"https://scontent.whatsapp.net/v/t61.29466-34/230871408_453211960131903_3227090699083070349_n.jpg?ccb=1-7&_nc_sid=57045b&_nc_ohc=7wUHrMEFG9IAX8tJ5r7&_nc_ht=scontent.whatsapp.net&edm=AH51TzQEAAAA&oh=01_AdTM3j0VAHhxguUbh11R-q2THWJMP-h-EfhLpj2G2P1zVg&oe=64856503\"\n                            ]\n                        }\n                    },\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"Hello {{1}},\\nThis is pending notification. Your appointment will be approved.😄\",\n                        \"example\": {\n                            \"body_text\": [\n                                [\n                                    \"Milica\"\n                                ]\n                            ]\n                        }\n                    }\n                ],\n                \"language\": \"en\",\n                \"status\": \"APPROVED\",\n                \"category\": \"MARKETING\",\n                \"id\": \"453211956798570\"\n            },\n            {\n                \"name\": \"appointment_approved\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"hello {{1}},\\nthis is appointment approved notification {{1}}.\\nKind regards\"\n                    }\n                ],\n                \"language\": \"en_US\",\n                \"status\": \"PENDING\",\n                \"category\": \"UTILITY\",\n                \"id\": \"453606706265318\"\n            },\n            {\n                \"name\": \"appointment_approved\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"hello {{1}},\\nthis is appointment approved notification\"\n                    }\n                ],\n                \"language\": \"en\",\n                \"status\": \"APPROVED\",\n                \"category\": \"MARKETING\",\n                \"id\": \"573467454167415\"\n            },\n            {\n                \"name\": \"appointment_approved\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"hello {{1}},\\nthis is appointment approved notification\"\n                    }\n                ],\n                \"language\": \"en_GB\",\n                \"status\": \"APPROVED\",\n                \"category\": \"MARKETING\",\n                \"id\": \"1525014314583947\"\n            },\n            {\n                \"name\": \"name\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"Hello {{1}},\\nThis is app proved notif\"\n                    }\n                ],\n                \"language\": \"en\",\n                \"status\": \"APPROVED\",\n                \"category\": \"MARKETING\",\n                \"id\": \"5364098176992989\"\n            },\n            {\n                \"name\": \"appointment_pending\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"HEADER\",\n                        \"format\": \"TEXT\",\n                        \"text\": \"{{1}} Appointment Pending\"\n                    },\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"Your appointment for service {{1}} is pending and waiting for approval. It is scheduled for {{2}} with {{3}} employee.\"\n                    },\n                    {\n                        \"type\": \"FOOTER\",\n                        \"text\": \"Kind regards\"\n                    }\n                ],\n                \"language\": \"en_US\",\n                \"status\": \"APPROVED\",\n                \"category\": \"UTILITY\",\n                \"id\": \"1205745780259618\"\n            },\n            {\n                \"name\": \"hello_world\",\n                \"previous_category\": \"ACCOUNT_UPDATE\",\n                \"components\": [\n                    {\n                        \"type\": \"HEADER\",\n                        \"format\": \"TEXT\",\n                        \"text\": \"Hello World\"\n                    },\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"Welcome and congratulations!! This message demonstrates your ability to send a message notification from WhatsApp Business Platform’s Cloud API. Thank you for taking the time to test with us.\"\n                    },\n                    {\n                        \"type\": \"FOOTER\",\n                        \"text\": \"WhatsApp Business API Team\"\n                    }\n                ],\n                \"language\": \"en_US\",\n                \"status\": \"APPROVED\",\n                \"category\": \"MARKETING\",\n                \"id\": \"1198067590960593\"\n            },\n            {\n                \"name\": \"appointment_canceled\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"Dear {{1}},\\nYou have canceled your appointment for {{2}}.\"\n                    },\n                    {\n                        \"type\": \"FOOTER\",\n                        \"text\": \"Kind regards\"\n                    }\n                ],\n                \"language\": \"en_US\",\n                \"status\": \"APPROVED\",\n                \"category\": \"UTILITY\",\n                \"id\": \"1114823352447929\"\n            },\n            {\n                \"name\": \"event_booked\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"Hello {{1}},\\nYou have booked tickets for {{2}}.\\nThe event periods are as follow:\\n{{3}}\\n\\nWe hope you will attend.\"\n                    }\n                ],\n                \"language\": \"en_US\",\n                \"status\": \"APPROVED\",\n                \"category\": \"UTILITY\",\n                \"id\": \"1045117036147583\"\n            },\n            {\n                \"name\": \"test_image\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"HEADER\",\n                        \"format\": \"IMAGE\",\n                        \"example\": {\n                            \"header_handle\": [\n                                \"https://scontent.whatsapp.net/v/t61.29466-34/172894259_3235598426756530_4734680878180719904_n.jpg?ccb=1-7&_nc_sid=57045b&_nc_ohc=zQnqnZbZ7OIAX9FCkHM&_nc_ht=scontent.whatsapp.net&edm=AH51TzQEAAAA&oh=01_AdSvnz3Zrq6J5ZVuCYfZKjPOCLM7E-sIYLS0IS21HlZAWQ&oe=64853E0E\"\n                            ]\n                        }\n                    },\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"Hello {{1}},\\nYour appointment for {{2}} has been canceled.\",\n                        \"example\": {\n                            \"body_text\": [\n                                [\n                                    \"Customer\",\n                                    \"Monday\"\n                                ]\n                            ]\n                        }\n                    }\n                ],\n                \"language\": \"en_US\",\n                \"status\": \"APPROVED\",\n                \"category\": \"UTILITY\",\n                \"id\": \"3235598423423197\"\n            },\n            {\n                \"name\": \"approved_appointment2\",\n                \"previous_category\": \"TRANSACTIONAL\",\n                \"components\": [\n                    {\n                        \"type\": \"BODY\",\n                        \"text\": \"Dear {{1}},\\n\\nYou have successfully scheduled {{2}} appointment with {{3}}. We are waiting for you at {{4}} on {{5}}.\\n\\ncustomer panel {{6}}\\ncancel app {{7}}\\n\\nThank you for choosing our company\"\n                    }\n                ],\n                \"language\": \"en_US\",\n                \"status\": \"APPROVED\",\n                \"category\": \"UTILITY\",\n                \"id\": \"428455685992534\"\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "get sms history",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/notifications/sms/history",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"notifications",
								"sms",
								"history"
							]
						}
					},
					"response": [
						{
							"name": "get sms history",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/notifications/sms/history",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"notifications",
										"sms",
										"history"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 06:45:54 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "570"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved notifications.\",\n    \"data\": {\n        \"notifications\": [\n            {\n                \"id\": 1,\n                \"notificationId\": 15,\n                \"userId\": 10,\n                \"appointmentId\": 124,\n                \"eventId\": null,\n                \"packageCustomerId\": null,\n                \"logId\": null,\n                \"dateTime\": \"2023-05-12 08:45:55\",\n                \"text\": \"Dear Amelia Test,\\n\\nYou have successfully scheduled amelia service appointment with New Employee. We are waiting for you at  on May 2, 2023 9:00 am.\\n\\nThank you for choosing our company,\\n\",\n                \"phone\": \"+381631652656\",\n                \"alphaSenderId\": \"Amelia\",\n                \"status\": \"prepared\",\n                \"price\": null,\n                \"segments\": null,\n                \"userFullName\": \"Amelia Test\"\n            }\n        ],\n        \"countFiltered\": 1\n    }\n}"
						}
					]
				},
				{
					"name": "send scheduled notifications",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/notifications/scheduled/send",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"notifications",
								"scheduled",
								"send"
							]
						}
					},
					"response": [
						{
							"name": "send scheduled notifications",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/notifications/scheduled/send",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"notifications",
										"scheduled",
										"send"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 06:50:03 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "73"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Scheduled email notifications successfully sent\",\n    \"data\": null\n}"
						}
					]
				},
				{
					"name": "send test email",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"recipientEmail\": \"amelia@test.test\",\n    \"notificationTemplate\": 1,\n    \"language\": null,\n    \"type\": \"appointment\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/notifications/email/test",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"notifications",
								"email",
								"test"
							]
						}
					},
					"response": [
						{
							"name": "send test email",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"recipientEmail\": \"amelia@test.test\",\n    \"notificationTemplate\": 1,\n    \"language\": null,\n    \"type\": \"appointment\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/notifications/email/test",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"notifications",
										"email",
										"test"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 06:54:52 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "54"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Test email successfully sent\",\n    \"data\": null\n}"
						}
					]
				},
				{
					"name": "send undelivered notifications",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/notifications/undelivered/send",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"notifications",
								"undelivered",
								"send"
							]
						}
					},
					"response": [
						{
							"name": "send undelivered notifications",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/notifications/undelivered/send",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"notifications",
										"undelivered",
										"send"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 06:57:14 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "63"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Email notifications successfully sent\",\n    \"data\": null\n}"
						}
					]
				},
				{
					"name": "delete notification",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('notification_id', 114)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/notifications/delete/{{notification_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"notifications",
								"delete",
								"{{notification_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete notification",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/notifications/delete/{{notification_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"notifications",
										"delete",
										"{{notification_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:07:12 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "615"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted notification.\",\n    \"data\": {\n        \"notification\": {\n            \"id\": 114,\n            \"name\": \"customer_appointment_approved\",\n            \"customName\": \"Custom notification\",\n            \"status\": \"disabled\",\n            \"type\": \"email\",\n            \"entity\": \"appointment\",\n            \"time\": null,\n            \"timeBefore\": null,\n            \"timeAfter\": null,\n            \"sendTo\": \"customer\",\n            \"subject\": \"%service_name% Notification New Subject\",\n            \"content\": \"<p>Dear <strong>%customer_full_name%</strong>, </p><p><br></p><p>Notification Content</p><p><br></p><p>Thank you for choosing our company, </p><p><strong>%company_name%</strong></p>\",\n            \"translations\": null,\n            \"entityIds\": null,\n            \"sendOnlyMe\": null,\n            \"whatsAppTemplate\": null\n        }\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Stats",
			"item": [
				{
					"name": "add stats",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"serviceId\": 1,\n    \"providerId\": 3,\n    \"locationId\": 2\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/stats",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"stats"
							]
						}
					},
					"response": [
						{
							"name": "add stats",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"serviceId\": 1,\n    \"providerId\": 3,\n    \"locationId\": 2\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/stats",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"stats"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:09:40 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "51"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added stats.\",\n    \"data\": null\n}"
						}
					]
				},
				{
					"name": "get stats",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/stats&dates=2023-05-18,2023-05-19",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"stats&dates=2023-05-18,2023-05-19"
							]
						}
					},
					"response": [
						{
							"name": "get stats",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/stats&dates=2023-05-18,2023-05-19",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"stats&dates=2023-05-18,2023-05-19"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:11:11 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved appointments.\",\n    \"data\": {\n        \"count\": {\n            \"approved\": 0,\n            \"pending\": 0\n        },\n        \"selectedPeriodStats\": {\n            \"2023-05-18\": {\n                \"providers\": {\n                    \"1\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"3\": {\n                        \"count\": 1,\n                        \"occupied\": 60,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"12\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"14\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"25\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    }\n                },\n                \"services\": {\n                    \"4\": {\n                        \"count\": 1,\n                        \"occupied\": 60,\n                        \"revenue\": 0\n                    }\n                },\n                \"packages\": {\n                    \"4\": {\n                        \"count\": 1,\n                        \"purchased\": 0,\n                        \"occupied\": 60,\n                        \"revenue\": 0,\n                        \"intervals\": []\n                    }\n                }\n            },\n            \"2023-05-19\": {\n                \"providers\": {\n                    \"1\": {\n                        \"intervals\": [],\n                        \"count\": 1,\n                        \"occupied\": 30,\n                        \"revenue\": 40\n                    },\n                    \"3\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"12\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"14\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"25\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    }\n                },\n                \"services\": {\n                    \"1\": {\n                        \"count\": 1,\n                        \"occupied\": 30,\n                        \"revenue\": 40\n                    }\n                }\n            }\n        },\n        \"previousPeriodStats\": {\n            \"2023-05-16\": {\n                \"providers\": {\n                    \"1\": {\n                        \"count\": 1,\n                        \"occupied\": 30,\n                        \"revenue\": 6,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            },\n                            {\n                                \"time\": [\n                                    61200,\n                                    73800\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"3\": {\n                        \"count\": 1,\n                        \"occupied\": 30,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"14\": {\n                        \"count\": 1,\n                        \"occupied\": 30,\n                        \"revenue\": 20,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"25\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    }\n                },\n                \"services\": {\n                    \"1\": {\n                        \"count\": 3,\n                        \"occupied\": 90,\n                        \"revenue\": 26\n                    }\n                },\n                \"packages\": {\n                    \"4\": {\n                        \"count\": 1,\n                        \"purchased\": 0,\n                        \"occupied\": 30,\n                        \"revenue\": 0,\n                        \"intervals\": []\n                    }\n                }\n            },\n            \"2023-05-17\": {\n                \"providers\": {\n                    \"1\": {\n                        \"count\": 2,\n                        \"occupied\": 90,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"3\": {\n                        \"intervals\": [],\n                        \"count\": 1,\n                        \"occupied\": 60,\n                        \"revenue\": 0\n                    },\n                    \"12\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    },\n                    \"14\": {\n                        \"count\": 0,\n                        \"occupied\": 0,\n                        \"revenue\": 0,\n                        \"intervals\": [\n                            {\n                                \"time\": [\n                                    32400,\n                                    61200\n                                ],\n                                \"services\": []\n                            }\n                        ]\n                    }\n                },\n                \"services\": {\n                    \"1\": {\n                        \"count\": 1,\n                        \"occupied\": 30,\n                        \"revenue\": 0\n                    },\n                    \"4\": {\n                        \"count\": 2,\n                        \"occupied\": 120,\n                        \"revenue\": 0\n                    }\n                },\n                \"packages\": {\n                    \"4\": {\n                        \"count\": 2,\n                        \"purchased\": 0,\n                        \"occupied\": 120,\n                        \"revenue\": 0,\n                        \"intervals\": []\n                    },\n                    \"6\": {\n                        \"count\": 1,\n                        \"purchased\": 0,\n                        \"occupied\": 30,\n                        \"revenue\": 0,\n                        \"intervals\": []\n                    }\n                }\n            }\n        },\n        \"employeesStats\": [\n            {\n                \"id\": 1,\n                \"name\": \"Milica Employee\",\n                \"appointments\": 1\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Milica2 Employee2\",\n                \"appointments\": 1\n            }\n        ],\n        \"servicesStats\": [\n            {\n                \"id\": 1,\n                \"name\": \"amelia service\",\n                \"appointments\": 1\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Service 2\",\n                \"appointments\": 1\n            }\n        ],\n        \"locationsStats\": [\n            {\n                \"id\": 1,\n                \"name\": \"169 West Drive\",\n                \"appointments\": 2\n            }\n        ],\n        \"customersStats\": {\n            \"newCustomersCount\": 0,\n            \"returningCustomersCount\": 2,\n            \"totalPastPeriodCustomers\": 2\n        },\n        \"appointments\": [\n            {\n                \"id\": 189,\n                \"bookings\": [\n                    {\n                        \"id\": 279,\n                        \"customerId\": 2,\n                        \"customer\": {\n                            \"id\": 2,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Snake\",\n                            \"birthday\": null,\n                            \"email\": \"snakemilica@yahoo.com\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 20,\n                        \"coupon\": null,\n                        \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"type\\\":\\\"address\\\",\\\"value\\\":\\\"\\\"}}\",\n                        \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                        \"appointmentId\": 189,\n                        \"persons\": 1,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 323,\n                                \"customerBookingId\": 0,\n                                \"packageCustomerId\": 36,\n                                \"parentId\": null,\n                                \"amount\": 20,\n                                \"gateway\": \"payPal\",\n                                \"gatewayTitle\": \"\",\n                                \"dateTime\": \"2023-05-11 12:00:31\",\n                                \"status\": \"partiallyPaid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": null,\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": {\n                            \"id\": 58,\n                            \"serviceId\": 1,\n                            \"providerId\": null,\n                            \"locationId\": null,\n                            \"bookingsCount\": 5,\n                            \"packageCustomer\": {\n                                \"id\": 36,\n                                \"packageId\": 4,\n                                \"customerId\": 2,\n                                \"price\": 325,\n                                \"payments\": [\n                                    {\n                                        \"id\": 323,\n                                        \"customerBookingId\": 0,\n                                        \"packageCustomerId\": 36,\n                                        \"parentId\": null,\n                                        \"amount\": 20,\n                                        \"gateway\": \"payPal\",\n                                        \"gatewayTitle\": \"\",\n                                        \"dateTime\": \"2023-05-11 12:00:31\",\n                                        \"status\": \"partiallyPaid\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": null,\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": null,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": null\n                                    }\n                                ],\n                                \"start\": \"2023-05-11 10:00:31\",\n                                \"end\": null,\n                                \"purchased\": \"2023-05-11 12:00:31\",\n                                \"status\": \"approved\",\n                                \"bookingsCount\": 0\n                            }\n                        },\n                        \"ticketsData\": [],\n                        \"duration\": null,\n                        \"created\": \"2023-05-11 10:00:31\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 1,\n                \"parentId\": null,\n                \"providerId\": 12,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": null,\n                \"googleMeetUrl\": null,\n                \"outlookCalendarEventId\": null,\n                \"zoomMeeting\": null,\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-15 13:30:00\",\n                \"bookingEnd\": \"2023-05-15 14:00:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            },\n            {\n                \"id\": 178,\n                \"bookings\": [\n                    {\n                        \"id\": 265,\n                        \"customerId\": 2,\n                        \"customer\": {\n                            \"id\": 2,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Snake\",\n                            \"birthday\": null,\n                            \"email\": \"snakemilica@yahoo.com\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 20,\n                        \"coupon\": null,\n                        \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"nn\\\"}}\",\n                        \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                        \"appointmentId\": 178,\n                        \"persons\": 1,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 306,\n                                \"customerBookingId\": 265,\n                                \"packageCustomerId\": null,\n                                \"parentId\": null,\n                                \"amount\": 20,\n                                \"gateway\": \"\",\n                                \"gatewayTitle\": \"\",\n                                \"dateTime\": \"2023-05-04 12:14:13\",\n                                \"status\": \"paid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": \"2023-05-04 10:14:13\",\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": null,\n                        \"ticketsData\": [],\n                        \"duration\": 1800,\n                        \"created\": \"2023-05-04 10:14:13\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 1,\n                \"parentId\": null,\n                \"providerId\": 14,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": null,\n                \"googleMeetUrl\": null,\n                \"outlookCalendarEventId\": null,\n                \"zoomMeeting\": null,\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-16 09:00:00\",\n                \"bookingEnd\": \"2023-05-16 09:30:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            },\n            {\n                \"id\": 186,\n                \"bookings\": [\n                    {\n                        \"id\": 276,\n                        \"customerId\": 2,\n                        \"customer\": {\n                            \"id\": 2,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Snake\",\n                            \"birthday\": null,\n                            \"email\": \"snakemilica@yahoo.com\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 20,\n                        \"coupon\": null,\n                        \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"type\\\":\\\"address\\\",\\\"value\\\":\\\"\\\"}}\",\n                        \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                        \"appointmentId\": 186,\n                        \"persons\": 1,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 322,\n                                \"customerBookingId\": 0,\n                                \"packageCustomerId\": 35,\n                                \"parentId\": null,\n                                \"amount\": 20,\n                                \"gateway\": \"payPal\",\n                                \"gatewayTitle\": \"\",\n                                \"dateTime\": \"2023-05-11 10:22:08\",\n                                \"status\": \"partiallyPaid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": null,\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": {\n                            \"id\": 56,\n                            \"serviceId\": 1,\n                            \"providerId\": null,\n                            \"locationId\": null,\n                            \"bookingsCount\": 2,\n                            \"packageCustomer\": {\n                                \"id\": 35,\n                                \"packageId\": 4,\n                                \"customerId\": 2,\n                                \"price\": 130,\n                                \"payments\": [\n                                    {\n                                        \"id\": 322,\n                                        \"customerBookingId\": 0,\n                                        \"packageCustomerId\": 35,\n                                        \"parentId\": null,\n                                        \"amount\": 20,\n                                        \"gateway\": \"payPal\",\n                                        \"gatewayTitle\": \"\",\n                                        \"dateTime\": \"2023-05-11 10:22:08\",\n                                        \"status\": \"partiallyPaid\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": null,\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": null,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": null\n                                    }\n                                ],\n                                \"start\": \"2023-05-11 08:22:08\",\n                                \"end\": null,\n                                \"purchased\": \"2023-05-11 10:22:08\",\n                                \"status\": \"approved\",\n                                \"bookingsCount\": 0\n                            }\n                        },\n                        \"ticketsData\": [],\n                        \"duration\": null,\n                        \"created\": \"2023-05-11 08:22:08\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 1,\n                \"parentId\": null,\n                \"providerId\": 3,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": null,\n                \"googleMeetUrl\": null,\n                \"outlookCalendarEventId\": null,\n                \"zoomMeeting\": null,\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-16 09:00:00\",\n                \"bookingEnd\": \"2023-05-16 09:30:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            },\n            {\n                \"id\": 180,\n                \"bookings\": [\n                    {\n                        \"id\": 267,\n                        \"customerId\": 2,\n                        \"customer\": {\n                            \"id\": 2,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Snake\",\n                            \"birthday\": null,\n                            \"email\": \"snakemilica@yahoo.com\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 20,\n                        \"coupon\": null,\n                        \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"mn\\\"}}\",\n                        \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                        \"appointmentId\": 180,\n                        \"persons\": 1,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 308,\n                                \"customerBookingId\": 267,\n                                \"packageCustomerId\": null,\n                                \"parentId\": null,\n                                \"amount\": 6,\n                                \"gateway\": \"wc\",\n                                \"gatewayTitle\": \"Check payments\",\n                                \"dateTime\": \"2023-05-04 12:41:42\",\n                                \"status\": \"partiallyPaid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": \"2023-05-04 10:41:42\",\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": 335,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": 1\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": null,\n                        \"ticketsData\": [],\n                        \"duration\": 1800,\n                        \"created\": \"2023-05-04 10:41:42\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 1,\n                \"parentId\": null,\n                \"providerId\": 1,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": null,\n                \"googleMeetUrl\": null,\n                \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABmabfbYAAAA=\",\n                \"zoomMeeting\": null,\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-16 11:30:00\",\n                \"bookingEnd\": \"2023-05-16 12:00:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            },\n            {\n                \"id\": 185,\n                \"bookings\": [\n                    {\n                        \"id\": 275,\n                        \"customerId\": 11,\n                        \"customer\": {\n                            \"id\": 11,\n                            \"firstName\": \"Amelia\",\n                            \"lastName\": \"Test\",\n                            \"birthday\": null,\n                            \"email\": \"amelia@test.test\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 20,\n                        \"coupon\": null,\n                        \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"type\\\":\\\"address\\\",\\\"value\\\":\\\"\\\"}}\",\n                        \"info\": \"{\\\"firstName\\\":\\\"Amelia\\\",\\\"lastName\\\":\\\"Test\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                        \"appointmentId\": 185,\n                        \"persons\": 1,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 321,\n                                \"customerBookingId\": 0,\n                                \"packageCustomerId\": 34,\n                                \"parentId\": null,\n                                \"amount\": 0,\n                                \"gateway\": \"onSite\",\n                                \"gatewayTitle\": \"\",\n                                \"dateTime\": \"2023-05-10 10:34:30\",\n                                \"status\": \"pending\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": null,\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": {\n                            \"id\": 54,\n                            \"serviceId\": 1,\n                            \"providerId\": null,\n                            \"locationId\": null,\n                            \"bookingsCount\": 2,\n                            \"packageCustomer\": {\n                                \"id\": 34,\n                                \"packageId\": 6,\n                                \"customerId\": 11,\n                                \"price\": 130,\n                                \"payments\": [\n                                    {\n                                        \"id\": 321,\n                                        \"customerBookingId\": 0,\n                                        \"packageCustomerId\": 34,\n                                        \"parentId\": null,\n                                        \"amount\": 0,\n                                        \"gateway\": \"onSite\",\n                                        \"gatewayTitle\": \"\",\n                                        \"dateTime\": \"2023-05-10 10:34:30\",\n                                        \"status\": \"pending\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": null,\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": null,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": null\n                                    }\n                                ],\n                                \"start\": \"2023-05-10 08:34:29\",\n                                \"end\": null,\n                                \"purchased\": \"2023-05-10 10:34:29\",\n                                \"status\": \"approved\",\n                                \"bookingsCount\": 0\n                            }\n                        },\n                        \"ticketsData\": [],\n                        \"duration\": null,\n                        \"created\": \"2023-05-10 08:34:30\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 1,\n                \"parentId\": null,\n                \"providerId\": 1,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": \"dup2l7tjpov28fv2vvfgvatuvs\",\n                \"googleMeetUrl\": null,\n                \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABmqeEbMAAAA=\",\n                \"zoomMeeting\": null,\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-17 09:00:00\",\n                \"bookingEnd\": \"2023-05-17 09:30:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            },\n            {\n                \"id\": 187,\n                \"bookings\": [\n                    {\n                        \"id\": 277,\n                        \"customerId\": 2,\n                        \"customer\": {\n                            \"id\": 2,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Snake\",\n                            \"birthday\": null,\n                            \"email\": \"snakemilica@yahoo.com\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 45,\n                        \"coupon\": null,\n                        \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"type\\\":\\\"address\\\",\\\"value\\\":\\\"\\\"}}\",\n                        \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                        \"appointmentId\": 187,\n                        \"persons\": 1,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 322,\n                                \"customerBookingId\": 0,\n                                \"packageCustomerId\": 35,\n                                \"parentId\": null,\n                                \"amount\": 20,\n                                \"gateway\": \"payPal\",\n                                \"gatewayTitle\": \"\",\n                                \"dateTime\": \"2023-05-11 10:22:08\",\n                                \"status\": \"partiallyPaid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": null,\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": {\n                            \"id\": 57,\n                            \"serviceId\": 4,\n                            \"providerId\": 3,\n                            \"locationId\": null,\n                            \"bookingsCount\": 2,\n                            \"packageCustomer\": {\n                                \"id\": 35,\n                                \"packageId\": 4,\n                                \"customerId\": 2,\n                                \"price\": 130,\n                                \"payments\": [\n                                    {\n                                        \"id\": 322,\n                                        \"customerBookingId\": 0,\n                                        \"packageCustomerId\": 35,\n                                        \"parentId\": null,\n                                        \"amount\": 20,\n                                        \"gateway\": \"payPal\",\n                                        \"gatewayTitle\": \"\",\n                                        \"dateTime\": \"2023-05-11 10:22:08\",\n                                        \"status\": \"partiallyPaid\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": null,\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": null,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": null\n                                    }\n                                ],\n                                \"start\": \"2023-05-11 08:22:08\",\n                                \"end\": null,\n                                \"purchased\": \"2023-05-11 10:22:08\",\n                                \"status\": \"approved\",\n                                \"bookingsCount\": 0\n                            }\n                        },\n                        \"ticketsData\": [],\n                        \"duration\": null,\n                        \"created\": \"2023-05-11 08:22:08\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 4,\n                \"parentId\": null,\n                \"providerId\": 3,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 4,\n                    \"name\": \"Service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 45,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 3600,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 2,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": null,\n                \"googleMeetUrl\": null,\n                \"outlookCalendarEventId\": null,\n                \"zoomMeeting\": null,\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-17 09:00:00\",\n                \"bookingEnd\": \"2023-05-17 10:00:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            },\n            {\n                \"id\": 191,\n                \"bookings\": [\n                    {\n                        \"id\": 281,\n                        \"customerId\": 2,\n                        \"customer\": {\n                            \"id\": 2,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Snake\",\n                            \"birthday\": null,\n                            \"email\": \"snakemilica@yahoo.com\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 45,\n                        \"coupon\": null,\n                        \"customFields\": null,\n                        \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                        \"appointmentId\": 191,\n                        \"persons\": 1,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 323,\n                                \"customerBookingId\": 0,\n                                \"packageCustomerId\": 36,\n                                \"parentId\": null,\n                                \"amount\": 20,\n                                \"gateway\": \"payPal\",\n                                \"gatewayTitle\": \"\",\n                                \"dateTime\": \"2023-05-11 12:00:31\",\n                                \"status\": \"partiallyPaid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": null,\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": {\n                            \"id\": 59,\n                            \"serviceId\": 4,\n                            \"providerId\": 3,\n                            \"locationId\": null,\n                            \"bookingsCount\": 5,\n                            \"packageCustomer\": {\n                                \"id\": 36,\n                                \"packageId\": 4,\n                                \"customerId\": 2,\n                                \"price\": 325,\n                                \"payments\": [\n                                    {\n                                        \"id\": 323,\n                                        \"customerBookingId\": 0,\n                                        \"packageCustomerId\": 36,\n                                        \"parentId\": null,\n                                        \"amount\": 20,\n                                        \"gateway\": \"payPal\",\n                                        \"gatewayTitle\": \"\",\n                                        \"dateTime\": \"2023-05-11 12:00:31\",\n                                        \"status\": \"partiallyPaid\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": null,\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": null,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": null\n                                    }\n                                ],\n                                \"start\": \"2023-05-11 10:00:31\",\n                                \"end\": null,\n                                \"purchased\": \"2023-05-11 12:00:31\",\n                                \"status\": \"approved\",\n                                \"bookingsCount\": 0\n                            }\n                        },\n                        \"ticketsData\": [],\n                        \"duration\": null,\n                        \"created\": \"2023-05-11 10:13:34\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 4,\n                \"parentId\": null,\n                \"providerId\": 1,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 4,\n                    \"name\": \"Service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 45,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 3600,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 2,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": \"nttqjooonoh57fm34jv8lja18g\",\n                \"googleMeetUrl\": null,\n                \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABmqeEbQAAAA=\",\n                \"zoomMeeting\": {\n                    \"id\": 86712069771,\n                    \"startUrl\": \"https://us06web.zoom.us/s/86712069771?zak=eyJ0eXAiOiJKV1QiLCJzdiI6IjAwMDAwMSIsInptX3NrbSI6InptX28ybSIsImFsZyI6IkhTMjU2In0.eyJhdWQiOiJjbGllbnRzbSIsInVpZCI6IkNGUUQ1bV9BU1pPNXpLTE5VbS1pOFEiLCJpc3MiOiJ3ZWIiLCJzayI6IjAiLCJzdHkiOjEsIndjZCI6InVzMDYiLCJjbHQiOjAsIm1udW0iOiI4NjcxMjA2OTc3MSIsImV4cCI6MTY4MzgwNzIxNSwiaWF0IjoxNjgzODAwMDE1LCJhaWQiOiJpeV8zd01JUFRyLTdyclZZSnZnM01nIiwiY2lkIjoiIn0.U_wPDQ6cF2kq6cZaDsv4bvZ2_BLXzjCCVYrrvRidlWQ\",\n                    \"joinUrl\": \"https://us06web.zoom.us/j/86712069771?pwd=T013YXlBZittNUIxTTRzSjZ2V0lnUT09\"\n                },\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-17 11:30:00\",\n                \"bookingEnd\": \"2023-05-17 12:30:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            },\n            {\n                \"id\": 188,\n                \"bookings\": [\n                    {\n                        \"id\": 278,\n                        \"customerId\": 2,\n                        \"customer\": {\n                            \"id\": 2,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Snake\",\n                            \"birthday\": null,\n                            \"email\": \"snakemilica@yahoo.com\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 45,\n                        \"coupon\": null,\n                        \"customFields\": null,\n                        \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                        \"appointmentId\": 188,\n                        \"persons\": 1,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 322,\n                                \"customerBookingId\": 0,\n                                \"packageCustomerId\": 35,\n                                \"parentId\": null,\n                                \"amount\": 20,\n                                \"gateway\": \"payPal\",\n                                \"gatewayTitle\": \"\",\n                                \"dateTime\": \"2023-05-11 10:22:08\",\n                                \"status\": \"partiallyPaid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": null,\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": {\n                            \"id\": 57,\n                            \"serviceId\": 4,\n                            \"providerId\": 3,\n                            \"locationId\": null,\n                            \"bookingsCount\": 2,\n                            \"packageCustomer\": {\n                                \"id\": 35,\n                                \"packageId\": 4,\n                                \"customerId\": 2,\n                                \"price\": 130,\n                                \"payments\": [\n                                    {\n                                        \"id\": 322,\n                                        \"customerBookingId\": 0,\n                                        \"packageCustomerId\": 35,\n                                        \"parentId\": null,\n                                        \"amount\": 20,\n                                        \"gateway\": \"payPal\",\n                                        \"gatewayTitle\": \"\",\n                                        \"dateTime\": \"2023-05-11 10:22:08\",\n                                        \"status\": \"partiallyPaid\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": null,\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": null,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": null\n                                    }\n                                ],\n                                \"start\": \"2023-05-11 08:22:08\",\n                                \"end\": null,\n                                \"purchased\": \"2023-05-11 10:22:08\",\n                                \"status\": \"approved\",\n                                \"bookingsCount\": 0\n                            }\n                        },\n                        \"ticketsData\": [],\n                        \"duration\": null,\n                        \"created\": \"2023-05-11 09:13:29\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 4,\n                \"parentId\": null,\n                \"providerId\": 3,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 4,\n                    \"name\": \"Service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 45,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 3600,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 2,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": null,\n                \"googleMeetUrl\": null,\n                \"outlookCalendarEventId\": null,\n                \"zoomMeeting\": null,\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-18 09:00:00\",\n                \"bookingEnd\": \"2023-05-18 10:00:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            },\n            {\n                \"id\": 123,\n                \"bookings\": [\n                    {\n                        \"id\": 183,\n                        \"customerId\": 17,\n                        \"customer\": {\n                            \"id\": 17,\n                            \"firstName\": \"Avatar\",\n                            \"lastName\": \"Last Airbender\",\n                            \"birthday\": null,\n                            \"email\": \"suraj@atla.aang\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 20,\n                        \"coupon\": null,\n                        \"customFields\": \"{}\",\n                        \"info\": null,\n                        \"appointmentId\": 123,\n                        \"persons\": 3,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 209,\n                                \"customerBookingId\": 183,\n                                \"packageCustomerId\": null,\n                                \"parentId\": null,\n                                \"amount\": 40,\n                                \"gateway\": \"wc\",\n                                \"gatewayTitle\": \"Check payments\",\n                                \"dateTime\": \"2023-04-20 13:37:01\",\n                                \"status\": \"paid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": \"2023-04-20 11:37:01\",\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": 271,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            },\n                            {\n                                \"id\": 208,\n                                \"customerBookingId\": 183,\n                                \"packageCustomerId\": null,\n                                \"parentId\": null,\n                                \"amount\": 20,\n                                \"gateway\": \"wc\",\n                                \"gatewayTitle\": \"Check payments\",\n                                \"dateTime\": \"2023-04-20 13:31:42\",\n                                \"status\": \"paid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": \"2023-04-20 11:30:30\",\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": null,\n                        \"ticketsData\": [],\n                        \"duration\": 1800,\n                        \"created\": \"2023-04-20 11:30:30\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 1,\n                \"parentId\": null,\n                \"providerId\": 1,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 1,\n                    \"name\": \"amelia service\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 20,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 10,\n                    \"duration\": 1800,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 1,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": \"icsdv4jpe667t3mln6doj4l4ks\",\n                \"googleMeetUrl\": \"https://meet.google.com/gfo-xgyi-hqn\",\n                \"outlookCalendarEventId\": \"AQMkADAwATYwMAItZTk0ZS1lMGRmLTAwAi0wMAoARgAAA3egvCudOo1GsyywV8xCQ2wHANjP2dT7pGFAu0b6VBSGJOoAAAIBDQAAANjP2dT7pGFAu0b6VBSGJOoABlw6ZnwAAAA=\",\n                \"zoomMeeting\": null,\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-19 13:30:00\",\n                \"bookingEnd\": \"2023-05-19 14:00:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            },\n            {\n                \"id\": 190,\n                \"bookings\": [\n                    {\n                        \"id\": 280,\n                        \"customerId\": 2,\n                        \"customer\": {\n                            \"id\": 2,\n                            \"firstName\": \"Milica\",\n                            \"lastName\": \"Snake\",\n                            \"birthday\": null,\n                            \"email\": \"snakemilica@yahoo.com\",\n                            \"phone\": null,\n                            \"type\": \"customer\",\n                            \"status\": \"visible\",\n                            \"note\": null,\n                            \"zoomUserId\": null,\n                            \"countryPhoneIso\": null,\n                            \"externalId\": null,\n                            \"pictureFullPath\": null,\n                            \"pictureThumbPath\": null,\n                            \"translations\": null,\n                            \"gender\": null\n                        },\n                        \"status\": \"approved\",\n                        \"extras\": [],\n                        \"couponId\": null,\n                        \"price\": 45,\n                        \"coupon\": null,\n                        \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"type\\\":\\\"text\\\",\\\"value\\\":\\\"\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"type\\\":\\\"address\\\",\\\"value\\\":\\\"\\\"}}\",\n                        \"info\": \"{\\\"firstName\\\":\\\"Milica\\\",\\\"lastName\\\":\\\"Snake\\\",\\\"phone\\\":null,\\\"locale\\\":\\\"en_US\\\",\\\"timeZone\\\":\\\"Europe\\\\/Belgrade\\\",\\\"urlParams\\\":null}\",\n                        \"appointmentId\": 190,\n                        \"persons\": 1,\n                        \"token\": null,\n                        \"payments\": [\n                            {\n                                \"id\": 323,\n                                \"customerBookingId\": 0,\n                                \"packageCustomerId\": 36,\n                                \"parentId\": null,\n                                \"amount\": 20,\n                                \"gateway\": \"payPal\",\n                                \"gatewayTitle\": \"\",\n                                \"dateTime\": \"2023-05-11 12:00:31\",\n                                \"status\": \"partiallyPaid\",\n                                \"data\": \"\",\n                                \"entity\": null,\n                                \"created\": null,\n                                \"actionsCompleted\": null,\n                                \"wcOrderId\": null,\n                                \"wcOrderUrl\": null,\n                                \"wcItemCouponValue\": null,\n                                \"wcItemTaxValue\": null\n                            }\n                        ],\n                        \"utcOffset\": null,\n                        \"aggregatedPrice\": true,\n                        \"isChangedStatus\": null,\n                        \"isLastBooking\": null,\n                        \"packageCustomerService\": {\n                            \"id\": 59,\n                            \"serviceId\": 4,\n                            \"providerId\": 3,\n                            \"locationId\": null,\n                            \"bookingsCount\": 5,\n                            \"packageCustomer\": {\n                                \"id\": 36,\n                                \"packageId\": 4,\n                                \"customerId\": 2,\n                                \"price\": 325,\n                                \"payments\": [\n                                    {\n                                        \"id\": 323,\n                                        \"customerBookingId\": 0,\n                                        \"packageCustomerId\": 36,\n                                        \"parentId\": null,\n                                        \"amount\": 20,\n                                        \"gateway\": \"payPal\",\n                                        \"gatewayTitle\": \"\",\n                                        \"dateTime\": \"2023-05-11 12:00:31\",\n                                        \"status\": \"partiallyPaid\",\n                                        \"data\": \"\",\n                                        \"entity\": null,\n                                        \"created\": null,\n                                        \"actionsCompleted\": null,\n                                        \"wcOrderId\": null,\n                                        \"wcOrderUrl\": null,\n                                        \"wcItemCouponValue\": null,\n                                        \"wcItemTaxValue\": null\n                                    }\n                                ],\n                                \"start\": \"2023-05-11 10:00:31\",\n                                \"end\": null,\n                                \"purchased\": \"2023-05-11 12:00:31\",\n                                \"status\": \"approved\",\n                                \"bookingsCount\": 0\n                            }\n                        },\n                        \"ticketsData\": [],\n                        \"duration\": null,\n                        \"created\": \"2023-05-11 10:00:31\",\n                        \"actionsCompleted\": null\n                    }\n                ],\n                \"notifyParticipants\": 1,\n                \"internalNotes\": \"\",\n                \"status\": \"approved\",\n                \"serviceId\": 4,\n                \"parentId\": null,\n                \"providerId\": 3,\n                \"locationId\": 1,\n                \"provider\": null,\n                \"service\": {\n                    \"id\": 4,\n                    \"name\": \"Service 2\",\n                    \"description\": \"\",\n                    \"color\": \"#1788FB\",\n                    \"price\": 45,\n                    \"deposit\": null,\n                    \"depositPayment\": null,\n                    \"depositPerPerson\": null,\n                    \"pictureFullPath\": null,\n                    \"pictureThumbPath\": null,\n                    \"extras\": [],\n                    \"coupons\": [],\n                    \"position\": null,\n                    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                    \"fullPayment\": null,\n                    \"minCapacity\": 1,\n                    \"maxCapacity\": 1,\n                    \"duration\": 3600,\n                    \"timeBefore\": null,\n                    \"timeAfter\": null,\n                    \"bringingAnyone\": null,\n                    \"show\": null,\n                    \"aggregatedPrice\": null,\n                    \"status\": \"visible\",\n                    \"categoryId\": 2,\n                    \"category\": null,\n                    \"priority\": [],\n                    \"gallery\": [],\n                    \"recurringCycle\": null,\n                    \"recurringSub\": null,\n                    \"recurringPayment\": null,\n                    \"translations\": null,\n                    \"minSelectedExtras\": null,\n                    \"mandatoryExtra\": null,\n                    \"customPricing\": null,\n                    \"maxExtraPeople\": null,\n                    \"limitPerCustomer\": null\n                },\n                \"location\": null,\n                \"googleCalendarEventId\": null,\n                \"googleMeetUrl\": null,\n                \"outlookCalendarEventId\": null,\n                \"zoomMeeting\": null,\n                \"lessonSpace\": null,\n                \"bookingStart\": \"2023-05-22 09:00:00\",\n                \"bookingEnd\": \"2023-05-22 10:00:00\",\n                \"type\": \"appointment\",\n                \"isRescheduled\": null,\n                \"resources\": [],\n                \"cancelable\": true,\n                \"past\": false\n            }\n        ],\n        \"appointmentsCount\": 10\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Resources",
			"item": [
				{
					"name": "add resource",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"Resource1\",\n    \"quantity\": 8,\n    \"shared\": null,\n    \"status\": \"visible\",\n    \"entities\": [\n        {\n            \"entityId\": 1,\n            \"entityType\": \"service\"\n        }\n    ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/resources",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"resources"
							]
						}
					},
					"response": [
						{
							"name": "add resource",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"Resource1\",\n    \"quantity\": 8,\n    \"shared\": null,\n    \"status\": \"visible\",\n    \"entities\": [\n        {\n            \"entityId\": 1,\n            \"entityType\": \"service\"\n        }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/resources",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"resources"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:15:26 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "192"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new resource.\",\n    \"data\": {\n        \"resource\": {\n            \"id\": 2,\n            \"name\": \"Resource1\",\n            \"quantity\": 8,\n            \"shared\": false,\n            \"status\": \"visible\",\n            \"entities\": [\n                {\n                    \"entityId\": 1,\n                    \"entityType\": \"service\"\n                }\n            ]\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "update resource",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('resource_id', 2)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"Resource new name\",\n    \"quantity\": 10,\n    \"shared\": null,\n    \"status\": \"visible\",\n    \"entities\": [\n        {\n            \"entityId\": 2,\n            \"entityType\": \"service\"\n        }\n    ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/resources/{{resource_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"resources",
								"{{resource_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update resource",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"Resource new name\",\n    \"quantity\": 10,\n    \"shared\": null,\n    \"status\": \"visible\",\n    \"entities\": [\n        {\n            \"entityId\": 2,\n            \"entityType\": \"service\"\n        }\n    ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/resources/{{resource_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"resources",
										"{{resource_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:17:23 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "199"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated resource.\",\n    \"data\": {\n        \"resource\": {\n            \"id\": 2,\n            \"name\": \"Resource new name\",\n            \"quantity\": 10,\n            \"shared\": false,\n            \"status\": \"visible\",\n            \"entities\": [\n                {\n                    \"entityId\": 2,\n                    \"entityType\": \"service\"\n                }\n            ]\n        }\n    }\n}"
						},
						{
							"name": "update resource partially",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"quantity\": 10\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/resources/{{resource_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"resources",
										"{{resource_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 25 Aug 2023 14:05:46 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "185"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated resource.\",\n    \"data\": {\n        \"resource\": {\n            \"id\": 5,\n            \"name\": \"Resource1\",\n            \"quantity\": 10,\n            \"shared\": false,\n            \"status\": \"visible\",\n            \"entities\": {\n                \"21\": {\n                    \"id\": 21,\n                    \"resourceId\": 5,\n                    \"entityId\": 1,\n                    \"entityType\": \"service\"\n                }\n            },\n            \"countAdditionalPeople\": null\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "delete resource",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('resource_id', 2)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/resources/delete/{{resource_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"resources",
								"delete",
								"{{resource_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete resource",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/resources/delete/{{resource_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"resources",
										"delete",
										"{{resource_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:20:01 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "54"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted resource.\",\n    \"data\": []\n}"
						}
					]
				},
				{
					"name": "get resources",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/resources",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"resources"
							]
						}
					},
					"response": [
						{
							"name": "get resources",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/resources",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"resources"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:21:26 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "374"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved resources.\",\n    \"data\": {\n        \"resources\": [\n            {\n                \"id\": 1,\n                \"name\": \"Resource2\",\n                \"quantity\": 1,\n                \"shared\": false,\n                \"status\": \"visible\",\n                \"entities\": {\n                    \"1\": {\n                        \"id\": 1,\n                        \"resourceId\": 1,\n                        \"entityId\": 1,\n                        \"entityType\": \"service\"\n                    }\n                }\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Resource1\",\n                \"quantity\": 8,\n                \"shared\": false,\n                \"status\": \"visible\",\n                \"entities\": {\n                    \"8\": {\n                        \"id\": 8,\n                        \"resourceId\": 3,\n                        \"entityId\": 1,\n                        \"entityType\": \"service\"\n                    }\n                }\n            }\n        ]\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Packages",
			"item": [
				{
					"name": "add package",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"bookable\": [\n        {\n            \"service\": {\n                \"id\": 1\n            },\n            \"providers\": [],\n            \"locations\": [],\n            \"quantity\": 1,\n            \"minimumScheduled\": 0,\n            \"maximumScheduled\": 1,\n            \"allowProviderSelection\": true\n        },\n        {\n            \"service\": {\n                \"id\": 4\n            },\n            \"providers\": [],\n            \"locations\": [],\n            \"quantity\": 1,\n            \"minimumScheduled\": 0,\n            \"maximumScheduled\": 1,\n            \"allowProviderSelection\": false\n        }\n    ],\n    \"color\": \"#1788FB\",\n    \"description\": \"Description of package\",\n    \"name\": \"Amelia 3 Package\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"price\": 55,\n    \"calculatedPrice\": false,\n    \"discount\": 0,\n    \"status\": \"visible\",\n    \"gallery\": [],\n    \"position\": 9,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n    \"endDate\": null,\n    \"durationCount\": null,\n    \"durationType\": null,\n    \"deposit\": 0,\n    \"depositPayment\": \"disabled\",\n    \"translations\": null,\n    \"sharedCapacity\": false,\n    \"quantity\": 1,\n    \"limitPerCustomer\": \"{\\\"enabled\\\":true,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\",\n    \"descriptionHtml\": \"Description of package\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/packages",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"packages"
							]
						}
					},
					"response": [
						{
							"name": "add package",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"bookable\": [\n        {\n            \"service\": {\n                \"id\": 1\n            },\n            \"providers\": [],\n            \"locations\": [],\n            \"quantity\": 1,\n            \"minimumScheduled\": 0,\n            \"maximumScheduled\": 1\n        },\n        {\n            \"service\": {\n                \"id\": 4\n            },\n            \"providers\": [],\n            \"locations\": [],\n            \"quantity\": 1,\n            \"minimumScheduled\": 0,\n            \"maximumScheduled\": 1\n        }\n    ],\n    \"color\": \"#1788FB\",\n    \"description\": \"Description of package\",\n    \"name\": \"Amelia Package\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"price\": 55,\n    \"calculatedPrice\": false,\n    \"discount\": 0,\n    \"status\": \"visible\",\n    \"gallery\": [],\n    \"position\": 9,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n    \"endDate\": null,\n    \"durationCount\": null,\n    \"durationType\": null,\n    \"deposit\": 0,\n    \"depositPayment\": \"disabled\",\n    \"translations\": null,\n    \"sharedCapacity\": false,\n    \"quantity\": 1,\n    \"limitPerCustomer\": \"{\\\"enabled\\\":true,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\",\n    \"descriptionHtml\": \"Description of package\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/packages",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:27:42 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "3707"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new package.\",\n    \"data\": {\n        \"package\": {\n            \"id\": 11,\n            \"name\": \"Amelia Package\",\n            \"description\": \"Description of package\",\n            \"color\": \"#1788FB\",\n            \"price\": 55,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": 9,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n            \"fullPayment\": null,\n            \"type\": \"package\",\n            \"status\": \"visible\",\n            \"gallery\": [],\n            \"bookable\": [\n                {\n                    \"id\": 19,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 1,\n                        \"name\": \"amelia service\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 20,\n                        \"deposit\": 5,\n                        \"depositPayment\": \"fixed\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [\n                            {\n                                \"id\": 4,\n                                \"name\": \"extra1\",\n                                \"description\": \"\",\n                                \"price\": 10,\n                                \"maxQuantity\": 5,\n                                \"position\": 1,\n                                \"duration\": null,\n                                \"serviceId\": null,\n                                \"aggregatedPrice\": false,\n                                \"translations\": null\n                            }\n                        ],\n                        \"coupons\": [],\n                        \"position\": 6,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":true},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":false},\\\"lessonSpace\\\":{\\\"enabled\\\":false},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                        \"fullPayment\": true,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 10,\n                        \"duration\": 1800,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"weekly\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{\\\"3600\\\":{\\\"price\\\":30,\\\"rules\\\":[]},\\\"5400\\\":{\\\"price\\\":40,\\\"rules\\\":[]}}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    \"minimumScheduled\": 0,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [],\n                    \"locations\": []\n                },\n                {\n                    \"id\": 20,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 4,\n                        \"name\": \"Service 2\",\n                        \"description\": \"\",\n                        \"color\": \"#1788FB\",\n                        \"price\": 45,\n                        \"deposit\": 20,\n                        \"depositPayment\": \"fixed\",\n                        \"depositPerPerson\": true,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": 5,\n                        \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false},\\\"square\\\":{\\\"enabled\\\":true}},\\\"zoom\\\":{\\\"enabled\\\":true},\\\"lessonSpace\\\":{\\\"enabled\\\":true},\\\"activation\\\":{\\\"version\\\":\\\"6.2.3\\\"}}\",\n                        \"fullPayment\": false,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 3600,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": true,\n                        \"show\": true,\n                        \"aggregatedPrice\": true,\n                        \"status\": \"visible\",\n                        \"categoryId\": 2,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": \"disabled\",\n                        \"recurringSub\": \"future\",\n                        \"recurringPayment\": 0,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": false,\n                        \"customPricing\": \"{\\\"enabled\\\":false,\\\"durations\\\":{}}\",\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1,\\\"from\\\":\\\"bookingDate\\\"}\"\n                    },\n                    \"minimumScheduled\": 0,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [],\n                    \"locations\": []\n                }\n            ],\n            \"calculatedPrice\": false,\n            \"discount\": 0,\n            \"endDate\": null,\n            \"durationCount\": null,\n            \"durationType\": null,\n            \"translations\": null,\n            \"sharedCapacity\": false,\n            \"quantity\": 1,\n            \"limitPerCustomer\": \"{\\\"enabled\\\":true,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "update package",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('package_id', 20)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"bookable\": [\n        {\n            \"service\": {\n                \"id\": 1\n            },\n            \"providers\": [],\n            \"locations\": [],\n            \"quantity\": 1,\n            \"minimumScheduled\": 0,\n            \"maximumScheduled\": 1,\n            \"allowProviderSelection\": true\n        },\n        {\n            \"service\": {\n                \"id\": 4\n            },\n            \"providers\": [],\n            \"locations\": [],\n            \"quantity\": 1,\n            \"minimumScheduled\": 0,\n            \"maximumScheduled\": 1,\n            \"allowProviderSelection\": false\n        }\n    ],\n    \"color\": \"#1788FB\",\n    \"description\": \"Description of package\",\n    \"name\": \"Amelia 4 Package\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"price\": 55,\n    \"calculatedPrice\": false,\n    \"discount\": 0,\n    \"status\": \"visible\",\n    \"gallery\": [],\n    \"position\": 9,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n    \"endDate\": null,\n    \"durationCount\": null,\n    \"durationType\": null,\n    \"deposit\": 0,\n    \"depositPayment\": \"disabled\",\n    \"translations\": null,\n    \"sharedCapacity\": false,\n    \"quantity\": 1,\n    \"limitPerCustomer\": \"{\\\"enabled\\\":true,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\",\n    \"descriptionHtml\": \"Description of package\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/packages/{{package_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"packages",
								"{{package_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update package",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"bookable\": [\n        {\n            \"service\": {\n                \"id\": 1\n            },\n            \"providers\": [],\n            \"locations\": [],\n            \"quantity\": 1,\n            \"minimumScheduled\": 0,\n            \"maximumScheduled\": 1,\n            \"allowProviderSelection\": true\n        },\n        {\n            \"service\": {\n                \"id\": 4\n            },\n            \"providers\": [],\n            \"locations\": [],\n            \"quantity\": 1,\n            \"minimumScheduled\": 0,\n            \"maximumScheduled\": 1,\n            \"allowProviderSelection\": false\n        }\n    ],\n    \"color\": \"#1788FB\",\n    \"description\": \"Description of package\",\n    \"name\": \"Amelia 4 Package\",\n    \"pictureFullPath\": \"\",\n    \"pictureThumbPath\": \"\",\n    \"price\": 55,\n    \"calculatedPrice\": false,\n    \"discount\": 0,\n    \"status\": \"visible\",\n    \"gallery\": [],\n    \"position\": 9,\n    \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n    \"endDate\": null,\n    \"durationCount\": null,\n    \"durationType\": null,\n    \"deposit\": 0,\n    \"depositPayment\": \"disabled\",\n    \"translations\": null,\n    \"sharedCapacity\": false,\n    \"quantity\": 1,\n    \"limitPerCustomer\": \"{\\\"enabled\\\":true,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\",\n    \"descriptionHtml\": \"Description of package\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/packages/{{package_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages",
										"{{package_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:58:13 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "714"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated package.\",\n    \"data\": {\n        \"package\": {\n            \"id\": 20,\n            \"name\": \"Amelia 4 Package\",\n            \"description\": \"Description of package\",\n            \"color\": \"#1788FB\",\n            \"price\": 55,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": 9,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n            \"fullPayment\": false,\n            \"type\": \"package\",\n            \"status\": \"visible\",\n            \"gallery\": [],\n            \"bookable\": [\n                {\n                    \"id\": null,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 1,\n                        \"name\": null,\n                        \"description\": null,\n                        \"color\": null,\n                        \"price\": null,\n                        \"deposit\": null,\n                        \"depositPayment\": null,\n                        \"depositPerPerson\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": null,\n                        \"settings\": null,\n                        \"fullPayment\": null,\n                        \"minCapacity\": null,\n                        \"maxCapacity\": null,\n                        \"duration\": null,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": null,\n                        \"show\": null,\n                        \"aggregatedPrice\": null,\n                        \"status\": null,\n                        \"categoryId\": null,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": null,\n                        \"recurringSub\": null,\n                        \"recurringPayment\": null,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": null,\n                        \"customPricing\": null,\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": null\n                    },\n                    \"minimumScheduled\": 0,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [],\n                    \"locations\": [],\n                    \"allowProviderSelection\": true\n                },\n                {\n                    \"id\": null,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 4,\n                        \"name\": null,\n                        \"description\": null,\n                        \"color\": null,\n                        \"price\": null,\n                        \"deposit\": null,\n                        \"depositPayment\": null,\n                        \"depositPerPerson\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": null,\n                        \"settings\": null,\n                        \"fullPayment\": null,\n                        \"minCapacity\": null,\n                        \"maxCapacity\": null,\n                        \"duration\": null,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": null,\n                        \"show\": null,\n                        \"aggregatedPrice\": null,\n                        \"status\": null,\n                        \"categoryId\": null,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": null,\n                        \"recurringSub\": null,\n                        \"recurringPayment\": null,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": null,\n                        \"customPricing\": null,\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": null\n                    },\n                    \"minimumScheduled\": 0,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [],\n                    \"locations\": [],\n                    \"allowProviderSelection\": false\n                }\n            ],\n            \"calculatedPrice\": false,\n            \"discount\": 0,\n            \"endDate\": null,\n            \"durationCount\": null,\n            \"durationType\": null,\n            \"translations\": null,\n            \"sharedCapacity\": false,\n            \"quantity\": 1,\n            \"limitPerCustomer\": \"{\\\"enabled\\\":true,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n        }\n    }\n}"
						},
						{
							"name": "update package partially",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"Amelia 5 Package\",\n    \"price\": 60,\n    \"status\": \"hidden\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/packages/{{package_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages",
										"{{package_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Tue, 10 Oct 2023 12:59:22 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "cf-edge-cache",
									"value": "cache,platform=wordpress"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Vary",
									"value": "Accept-Encoding"
								},
								{
									"key": "Content-Encoding",
									"value": "gzip"
								},
								{
									"key": "Content-Length",
									"value": "766"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated package.\",\n    \"data\": {\n        \"package\": {\n            \"id\": 20,\n            \"name\": \"Amelia 5 Package\",\n            \"description\": \"Description of package\",\n            \"color\": \"#1788FB\",\n            \"price\": 60,\n            \"deposit\": 0,\n            \"depositPayment\": \"disabled\",\n            \"depositPerPerson\": null,\n            \"pictureFullPath\": null,\n            \"pictureThumbPath\": null,\n            \"extras\": [],\n            \"coupons\": [],\n            \"position\": 9,\n            \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n            \"fullPayment\": false,\n            \"type\": \"package\",\n            \"status\": \"hidden\",\n            \"gallery\": [],\n            \"bookable\": [\n                {\n                    \"id\": 31,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 1,\n                        \"name\": \"amelia service\",\n                        \"description\": null,\n                        \"color\": null,\n                        \"price\": 20,\n                        \"deposit\": null,\n                        \"depositPayment\": null,\n                        \"depositPerPerson\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": null,\n                        \"settings\": null,\n                        \"fullPayment\": null,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 10,\n                        \"duration\": 1800,\n                        \"timeBefore\": 1800,\n                        \"timeAfter\": 1800,\n                        \"bringingAnyone\": null,\n                        \"show\": true,\n                        \"aggregatedPrice\": null,\n                        \"status\": \"visible\",\n                        \"categoryId\": 1,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": null,\n                        \"recurringSub\": null,\n                        \"recurringPayment\": null,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": null,\n                        \"customPricing\": null,\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": null\n                    },\n                    \"minimumScheduled\": 0,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [],\n                    \"locations\": [],\n                    \"allowProviderSelection\": true\n                },\n                {\n                    \"id\": 32,\n                    \"quantity\": 1,\n                    \"service\": {\n                        \"id\": 4,\n                        \"name\": \"Service 2\",\n                        \"description\": null,\n                        \"color\": null,\n                        \"price\": 45,\n                        \"deposit\": null,\n                        \"depositPayment\": null,\n                        \"depositPerPerson\": null,\n                        \"pictureFullPath\": null,\n                        \"pictureThumbPath\": null,\n                        \"extras\": [],\n                        \"coupons\": [],\n                        \"position\": null,\n                        \"settings\": null,\n                        \"fullPayment\": null,\n                        \"minCapacity\": 1,\n                        \"maxCapacity\": 1,\n                        \"duration\": 3600,\n                        \"timeBefore\": null,\n                        \"timeAfter\": null,\n                        \"bringingAnyone\": null,\n                        \"show\": true,\n                        \"aggregatedPrice\": null,\n                        \"status\": \"visible\",\n                        \"categoryId\": 2,\n                        \"category\": null,\n                        \"priority\": [],\n                        \"gallery\": [],\n                        \"recurringCycle\": null,\n                        \"recurringSub\": null,\n                        \"recurringPayment\": null,\n                        \"translations\": null,\n                        \"minSelectedExtras\": null,\n                        \"mandatoryExtra\": null,\n                        \"customPricing\": null,\n                        \"maxExtraPeople\": null,\n                        \"limitPerCustomer\": null\n                    },\n                    \"minimumScheduled\": 0,\n                    \"maximumScheduled\": 1,\n                    \"providers\": [],\n                    \"locations\": [],\n                    \"allowProviderSelection\": false\n                }\n            ],\n            \"calculatedPrice\": false,\n            \"discount\": 0,\n            \"endDate\": null,\n            \"durationCount\": null,\n            \"durationType\": null,\n            \"translations\": null,\n            \"sharedCapacity\": false,\n            \"quantity\": 1,\n            \"limitPerCustomer\": \"{\\\"enabled\\\":true,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "get packages",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/packages",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"packages"
							]
						}
					},
					"response": [
						{
							"name": "get packages",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/packages",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:46:35 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "7247"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved packages.\",\n    \"data\": {\n        \"packages\": [\n            {\n                \"id\": 1,\n                \"name\": \"milicas package\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 120,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 5,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                \"fullPayment\": false,\n                \"type\": \"package\",\n                \"status\": \"visible\",\n                \"gallery\": [],\n                \"bookable\": [],\n                \"calculatedPrice\": true,\n                \"discount\": 0,\n                \"endDate\": null,\n                \"durationCount\": null,\n                \"durationType\": null,\n                \"translations\": null,\n                \"sharedCapacity\": false,\n                \"quantity\": 1,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"milica package\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 300,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 3,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":true},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                \"fullPayment\": false,\n                \"type\": \"package\",\n                \"status\": \"visible\",\n                \"gallery\": [],\n                \"bookable\": [],\n                \"calculatedPrice\": true,\n                \"discount\": 0,\n                \"endDate\": null,\n                \"durationCount\": null,\n                \"durationType\": null,\n                \"translations\": null,\n                \"sharedCapacity\": false,\n                \"quantity\": 1,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"milica2 package\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 80,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 4,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                \"fullPayment\": false,\n                \"type\": \"package\",\n                \"status\": \"visible\",\n                \"gallery\": [],\n                \"bookable\": [],\n                \"calculatedPrice\": true,\n                \"discount\": 0,\n                \"endDate\": null,\n                \"durationCount\": null,\n                \"durationType\": null,\n                \"translations\": null,\n                \"sharedCapacity\": false,\n                \"quantity\": 1,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"2 category package\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 325,\n                \"deposit\": 20,\n                \"depositPayment\": \"fixed\",\n                \"depositPerPerson\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 1,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                \"fullPayment\": true,\n                \"type\": \"package\",\n                \"status\": \"visible\",\n                \"gallery\": [],\n                \"bookable\": [],\n                \"calculatedPrice\": true,\n                \"discount\": 0,\n                \"endDate\": null,\n                \"durationCount\": null,\n                \"durationType\": null,\n                \"translations\": null,\n                \"sharedCapacity\": false,\n                \"quantity\": 1,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"new paket\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 130,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 7,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                \"fullPayment\": false,\n                \"type\": \"package\",\n                \"status\": \"visible\",\n                \"gallery\": [],\n                \"bookable\": [],\n                \"calculatedPrice\": true,\n                \"discount\": 0,\n                \"endDate\": null,\n                \"durationCount\": null,\n                \"durationType\": null,\n                \"translations\": null,\n                \"sharedCapacity\": false,\n                \"quantity\": 1,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"test paket\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 98.44,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 8,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":false,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                \"fullPayment\": false,\n                \"type\": \"package\",\n                \"status\": \"visible\",\n                \"gallery\": [],\n                \"bookable\": [],\n                \"calculatedPrice\": true,\n                \"discount\": 0,\n                \"endDate\": null,\n                \"durationCount\": null,\n                \"durationType\": null,\n                \"translations\": null,\n                \"sharedCapacity\": false,\n                \"quantity\": 1,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"test payments\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 20,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 9,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":false},\\\"stripe\\\":{\\\"enabled\\\":true},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                \"fullPayment\": false,\n                \"type\": \"package\",\n                \"status\": \"visible\",\n                \"gallery\": [],\n                \"bookable\": [],\n                \"calculatedPrice\": true,\n                \"discount\": 0,\n                \"endDate\": null,\n                \"durationCount\": null,\n                \"durationType\": null,\n                \"translations\": null,\n                \"sharedCapacity\": false,\n                \"quantity\": 1,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"new pack\",\n                \"description\": \"\",\n                \"color\": \"#1788FB\",\n                \"price\": 53.44,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 6,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null}}}\",\n                \"fullPayment\": false,\n                \"type\": \"package\",\n                \"status\": \"visible\",\n                \"gallery\": [],\n                \"bookable\": [],\n                \"calculatedPrice\": true,\n                \"discount\": 0,\n                \"endDate\": null,\n                \"durationCount\": null,\n                \"durationType\": null,\n                \"translations\": null,\n                \"sharedCapacity\": false,\n                \"quantity\": 1,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":false,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Amelia Package\",\n                \"description\": \"Description of package\",\n                \"color\": \"#1788FB\",\n                \"price\": 60,\n                \"deposit\": 0,\n                \"depositPayment\": \"disabled\",\n                \"depositPerPerson\": null,\n                \"pictureFullPath\": null,\n                \"pictureThumbPath\": null,\n                \"extras\": [],\n                \"coupons\": [],\n                \"position\": 9,\n                \"settings\": \"{\\\"payments\\\":{\\\"paymentLinks\\\":{\\\"enabled\\\":true,\\\"changeBookingStatus\\\":false,\\\"redirectUrl\\\":null},\\\"onSite\\\":true,\\\"payPal\\\":{\\\"enabled\\\":true},\\\"stripe\\\":{\\\"enabled\\\":false},\\\"mollie\\\":{\\\"enabled\\\":false},\\\"razorpay\\\":{\\\"enabled\\\":false}}}\",\n                \"fullPayment\": false,\n                \"type\": \"package\",\n                \"status\": \"visible\",\n                \"gallery\": [],\n                \"bookable\": [],\n                \"calculatedPrice\": false,\n                \"discount\": 0,\n                \"endDate\": null,\n                \"durationCount\": null,\n                \"durationType\": null,\n                \"translations\": null,\n                \"sharedCapacity\": false,\n                \"quantity\": 1,\n                \"limitPerCustomer\": \"{\\\"enabled\\\":true,\\\"numberOfApp\\\":1,\\\"timeFrame\\\":\\\"day\\\",\\\"period\\\":1}\"\n            }\n        ]\n    }\n}"
						}
					]
				},
				{
					"name": "update package sorting",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"packages\": [\n        {\n            \"id\": 8,\n            \"position\": 1\n        },\n        {\n            \"id\": 11,\n            \"position\": 2\n        },\n        {\n            \"id\": 9,\n            \"position\": 3\n        },\n        {\n            \"id\": 3,\n            \"position\": 4\n        },\n        {\n            \"id\": 7,\n            \"position\": 5\n        },\n        {\n            \"id\": 1,\n            \"position\": 6\n        },\n        {\n            \"id\": 6,\n            \"position\": 7\n        },\n        {\n            \"id\": 2,\n            \"position\": 8\n        },\n        {\n            \"id\": 4,\n            \"position\": 9\n        }\n    ],\n    \"sorting\": \"custom\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/packages/positions",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"packages",
								"positions"
							]
						}
					},
					"response": [
						{
							"name": "update package sorting",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"packages\": [\n        {\n            \"id\": 8,\n            \"position\": 1\n        },\n        {\n            \"id\": 11,\n            \"position\": 2\n        },\n        {\n            \"id\": 9,\n            \"position\": 3\n        },\n        {\n            \"id\": 3,\n            \"position\": 4\n        },\n        {\n            \"id\": 7,\n            \"position\": 5\n        },\n        {\n            \"id\": 1,\n            \"position\": 6\n        },\n        {\n            \"id\": 6,\n            \"position\": 7\n        },\n        {\n            \"id\": 2,\n            \"position\": 8\n        },\n        {\n            \"id\": 4,\n            \"position\": 9\n        }\n    ],\n    \"sorting\": \"custom\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/packages/positions",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages",
										"positions"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 07:58:19 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "75"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated bookable packages positions.\",\n    \"data\": null\n}"
						}
					]
				},
				{
					"name": "add package customer",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"packageId\": 11,\n    \"customerId\": 16,\n    \"notify\": true\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/packages/customers",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"packages",
								"customers"
							]
						}
					},
					"response": [
						{
							"name": "add package customer",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"packageId\": 11,\n    \"customerId\": 16,\n    \"notify\": true\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/packages/customers",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages",
										"customers"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 08:06:36 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "115"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new package booking.\",\n    \"data\": {\n        \"packageCustomerId\": 38,\n        \"notify\": true,\n        \"paymentId\": 325\n    }\n}"
						}
					]
				},
				{
					"name": "update package customer status",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('package_customer_id', 38)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n   \"status\": \"canceled\" //approved, canceled\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/packages/customers/{{package_customer_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"packages",
								"customers",
								"{{package_customer_id}}"
							]
						}
					},
					"response": [
						{
							"name": "update package customer status",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n   \"status\": \"canceled\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/packages/customers/{{package_customer_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages",
										"customers",
										"{{package_customer_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 08:10:49 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "96"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully updated package\",\n    \"data\": {\n        \"packageCustomerId\": \"38\",\n        \"status\": \"canceled\"\n    }\n}"
						}
					]
				},
				{
					"name": "delete package customer",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('package_customer_id', 38)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{admin_ajax_url}}/packages/customers/delete/{{package_customer_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"packages",
								"customers",
								"delete",
								"{{package_customer_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete package customer",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "{{admin_ajax_url}}/packages/customers/delete/{{package_customer_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages",
										"customers",
										"delete",
										"{{package_customer_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 08:12:23 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "325"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted package purchase.\",\n    \"data\": {\n        \"packageCustomer\": {\n            \"id\": 38,\n            \"packageId\": 11,\n            \"customerId\": 16,\n            \"price\": 60,\n            \"payments\": [],\n            \"start\": \"2023-05-12 08:06:38\",\n            \"end\": null,\n            \"purchased\": \"2023-05-12 08:06:38\",\n            \"status\": \"canceled\",\n            \"bookingsCount\": 0\n        },\n        \"appointments\": {\n            \"updatedAppointments\": [],\n            \"deletedAppointments\": []\n        }\n    }\n}"
						}
					]
				},
				{
					"name": "delete package effect",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('package_id', 11)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/packages/effect/{{package_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"packages",
								"effect",
								"{{package_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete package effect",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/packages/effect/{{package_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages",
										"effect",
										"{{package_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 08:20:17 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "126"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully retrieved message.\",\n    \"data\": {\n        \"valid\": false,\n        \"message\": \"This package has 1 appointment in the future.\"\n    }\n}"
						}
					]
				},
				{
					"name": "add package appointment",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"serviceId\": 1,\n    \"providerId\": 1,\n    \"locationId\": 2,\n    \"bookings\": [\n        {\n            \"customerId\": 16,\n            \"status\": \"approved\",\n            \"duration\": 3600,\n            \"persons\": 1,\n            \"extras\": [],\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"address\\\"}}\",\n            \"packageCustomerService\": {\n                \"packageCustomer\": {\n                    \"id\": 115\n                }\n            }\n        }\n    ],\n    \"bookingStart\": \"2023-11-22 09:30\",\n    \"notifyParticipants\": 1,\n    \"internalNotes\": \"\",\n    \"lessonSpace\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{admin_ajax_url}}/appointments",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"appointments"
							]
						}
					},
					"response": [
						{
							"name": "add package appointment",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"serviceId\": 4,\n    \"providerId\": 1,\n    \"locationId\": 2,\n    \"bookings\": [\n        {\n            \"id\": 0,\n            \"customerId\": 16,\n            \"status\": \"approved\",\n            \"duration\": 3600,\n            \"persons\": 1,\n            \"extras\": [],\n            \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"address\\\"}}\",\n            \"payments\": [],\n            \"packageCustomerService\": {\n                \"packageCustomer\": {\n                    \"id\": 37\n                }\n            },\n            \"aggregatedPrice\": null\n        }\n    ],\n    \"bookingStart\": \"2023-05-23 19:30\",\n    \"utc\": false,\n    \"notifyParticipants\": 1,\n    \"internalNotes\": \"\",\n    \"id\": 0,\n    \"payment\": {\n        \"amount\": 0,\n        \"gateway\": \"onSite\"\n    },\n    \"lessonSpace\": null,\n    \"createPaymentLinks\": false\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{admin_ajax_url}}/appointments",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"appointments"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 08:30:52 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "1296"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully added new appointment\",\n    \"data\": {\n        \"appointment\": {\n            \"id\": 193,\n            \"bookings\": [\n                {\n                    \"id\": 283,\n                    \"customerId\": 16,\n                    \"customer\": null,\n                    \"status\": \"approved\",\n                    \"extras\": [],\n                    \"couponId\": null,\n                    \"price\": 45,\n                    \"coupon\": null,\n                    \"customFields\": \"{\\\"1\\\":{\\\"label\\\":\\\"text\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"text\\\"},\\\"4\\\":{\\\"label\\\":\\\"Adresa\\\",\\\"value\\\":\\\"\\\",\\\"type\\\":\\\"address\\\"}}\",\n                    \"info\": null,\n                    \"appointmentId\": 193,\n                    \"persons\": 1,\n                    \"token\": \"c11d87925e\",\n                    \"payments\": [],\n                    \"utcOffset\": null,\n                    \"aggregatedPrice\": true,\n                    \"isChangedStatus\": true,\n                    \"isLastBooking\": null,\n                    \"packageCustomerService\": {\n                        \"id\": 61,\n                        \"serviceId\": null,\n                        \"providerId\": null,\n                        \"locationId\": null,\n                        \"bookingsCount\": null,\n                        \"packageCustomer\": {\n                            \"id\": 37,\n                            \"packageId\": null,\n                            \"customerId\": null,\n                            \"price\": null,\n                            \"payments\": [],\n                            \"start\": null,\n                            \"end\": null,\n                            \"purchased\": null,\n                            \"status\": null,\n                            \"bookingsCount\": null\n                        }\n                    },\n                    \"ticketsData\": [],\n                    \"duration\": 3600,\n                    \"created\": null,\n                    \"actionsCompleted\": true\n                }\n            ],\n            \"notifyParticipants\": 1,\n            \"internalNotes\": \"\",\n            \"status\": \"approved\",\n            \"serviceId\": 4,\n            \"parentId\": null,\n            \"providerId\": 1,\n            \"locationId\": 2,\n            \"provider\": null,\n            \"service\": null,\n            \"location\": null,\n            \"googleCalendarEventId\": null,\n            \"googleMeetUrl\": null,\n            \"outlookCalendarEventId\": null,\n            \"zoomMeeting\": null,\n            \"lessonSpace\": null,\n            \"bookingStart\": \"2023-05-23 19:30:00\",\n            \"bookingEnd\": \"2023-05-23 20:30:00\",\n            \"type\": \"appointment\",\n            \"isRescheduled\": null,\n            \"resources\": []\n        },\n        \"recurring\": []\n    }\n}"
						}
					]
				},
				{
					"name": "delete package",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"pm.variables.set('package_id', 11)"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/packages/delete/{{package_id}}",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"packages",
								"delete",
								"{{package_id}}"
							]
						}
					},
					"response": [
						{
							"name": "delete package",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{admin_ajax_url}}/packages/delete/{{package_id}}",
									"host": [
										"{{admin_ajax_url}}"
									],
									"path": [
										"packages",
										"delete",
										"{{package_id}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Fri, 12 May 2023 08:32:09 GMT"
								},
								{
									"key": "Server",
									"value": "Apache/2.4.52 (Ubuntu)"
								},
								{
									"key": "X-Robots-Tag",
									"value": "noindex"
								},
								{
									"key": "X-Content-Type-Options",
									"value": "nosniff"
								},
								{
									"key": "Expires",
									"value": "Wed, 11 Jan 1984 05:00:00 GMT"
								},
								{
									"key": "Cache-Control",
									"value": "no-cache, must-revalidate, max-age=0"
								},
								{
									"key": "Referrer-Policy",
									"value": "strict-origin-when-cross-origin"
								},
								{
									"key": "X-Frame-Options",
									"value": "SAMEORIGIN"
								},
								{
									"key": "Content-Length",
									"value": "53"
								},
								{
									"key": "Keep-Alive",
									"value": "timeout=5, max=100"
								},
								{
									"key": "Connection",
									"value": "Keep-Alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json;charset=utf-8"
								}
							],
							"cookie": [],
							"body": "{\n    \"message\": \"Successfully deleted package.\",\n    \"data\": []\n}"
						}
					]
				},
				{
					"name": "get package slots",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{admin_ajax_url}}/package-purchases/slots&packageId=3&customerId=3",
							"host": [
								"{{admin_ajax_url}}"
							],
							"path": [
								"package-purchases",
								"slots&packageId=3&customerId=3"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"auth": {
		"type": "apikey",
		"apikey": [
			{
				"key": "value",
				"value": "{{api_key_local}}",
				"type": "string"
			},
			{
				"key": "key",
				"value": "Amelia",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "admin_ajax_url",
			"value": "http://localhost/amelia2/wp-admin/admin-ajax.php?action=wpamelia_api&call=/api/v1"
		},
		{
			"key": "api_key_dev",
			"value": "xAu60qGIpT6DtQ33fDJ8UOfy7WK2rHzs+GVxCfoLb5XH",
			"type": "string"
		},
		{
			"key": "api_key_local",
			"value": "zz8ImX1g97ZrPk8dGnKRGiEfVktV8lcU2mT6hrtdvqa/",
			"type": "string"
		},
		{
			"key": "admin_ajax_url_dev",
			"value": "https://dev.wpamelia.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/api/v1",
			"type": "string"
		}
	]
}