{
	"info": {
		"_postman_id": "4101c481-5e16-43b5-ab2d-759f191c3226",
		"name": "GreyMatters",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "27828476",
		"_collection_link": "https://grey-eclipse-543070.postman.co/workspace/New-Team-Workspace~d8b24c89-c7f6-4e32-a34b-9e2e90b7f1b5/collection/27828476-4101c481-5e16-43b5-ab2d-759f191c3226?action=share&source=collection_link&creator=27828476"
	},
	"item": [
		{
			"name": "Users Registration",
			"request": {
				"auth": {
					"type": "bearer"
				},
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "first_name",
							"value": "Muhammad",
							"type": "text"
						},
						{
							"key": "last_name",
							"value": "Mubeen",
							"type": "text"
						},
						{
							"key": "username",
							"value": "MMubeen",
							"type": "text"
						},
						{
							"key": "email",
							"value": "mubeen.ahmad6164821@gmail.com",
							"type": "text"
						},
						{
							"key": "password",
							"value": "mubeen123",
							"type": "text"
						},
						{
							"key": "password_confirmation",
							"value": "mubeen123",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Pictures/Mubeen Info/profile-pic.png"
						},
						{
							"key": "phone",
							"value": "1234567890",
							"type": "text"
						},
						{
							"key": "role",
							"value": "student",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/register",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"register"
					]
				}
			},
			"response": []
		},
		{
			"name": "Users Login",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "role",
							"value": "student",
							"type": "text"
						},
						{
							"key": "email_username",
							"value": "mubeen.ahmad6164821@gmail.com",
							"type": "text"
						},
						{
							"key": "password",
							"value": "mubeen123",
							"type": "text"
						},
						{
							"key": "remember_me",
							"value": "1",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/login",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"login"
					]
				}
			},
			"response": []
		},
		{
			"name": "Student Email Verification",
			"request": {
				"auth": {
					"type": "bearer"
				},
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "mubeen.ahmad6164821@gmail.com",
							"type": "text"
						},
						{
							"key": "code",
							"value": "367503",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/student/verify-email",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"student",
						"verify-email"
					]
				}
			},
			"response": []
		},
		{
			"name": "Teacher Email Verification",
			"request": {
				"auth": {
					"type": "bearer"
				},
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "abidsaeed630@gmail.com",
							"type": "text"
						},
						{
							"key": "code",
							"value": "856832",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/teacher/verify-email",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"teacher",
						"verify-email"
					]
				}
			},
			"response": []
		},
		{
			"name": "School Email Verification",
			"request": {
				"auth": {
					"type": "bearer"
				},
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "abidsaeed630@gmail.com",
							"type": "text"
						},
						{
							"key": "code",
							"value": "856832",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/school/verify-email",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"school",
						"verify-email"
					]
				}
			},
			"response": []
		},
		{
			"name": "Student Resend Email Verification",
			"request": {
				"auth": {
					"type": "bearer"
				},
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "syedmuhammadshoaib7059@gmail.com",
							"type": "text"
						},
						{
							"key": "code",
							"value": "507943",
							"type": "text",
							"disabled": true
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/student/resend-verification-email",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"student",
						"resend-verification-email"
					]
				}
			},
			"response": []
		},
		{
			"name": "Teacher Resend Email Verification",
			"request": {
				"auth": {
					"type": "bearer"
				},
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "syedmuhammadshoaib7059@gmail.com",
							"type": "text"
						},
						{
							"key": "code",
							"value": "507943",
							"type": "text",
							"disabled": true
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/teacher/resend-verification-email",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"teacher",
						"resend-verification-email"
					]
				}
			},
			"response": []
		},
		{
			"name": "School Resend Email Verification",
			"request": {
				"auth": {
					"type": "bearer"
				},
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "syedmuhammadshoaib7059@gmail.com",
							"type": "text",
							"disabled": true
						},
						{
							"key": "code",
							"value": "507943",
							"type": "text",
							"disabled": true
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/school/resend-verification-email",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"school",
						"resend-verification-email"
					]
				}
			},
			"response": []
		},
		{
			"name": "Student Forgot Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "mubeen.ahmad6164821@gmail.com",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/student/forgot-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"student",
						"forgot-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "Teacher Forgot Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "tamoorbilal007@gmail.com",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/teacher/forgot-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"teacher",
						"forgot-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "School Forgot Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "abidsaeed630@gmail.com",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/school/forgot-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"school",
						"forgot-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "Student Reset Email Code Verify",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "mubeen.ahmad6164821@gmail.com",
							"type": "text"
						},
						{
							"key": "token",
							"value": "886088",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/student/reset/email-code/verify",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"student",
						"reset",
						"email-code",
						"verify"
					]
				}
			},
			"response": []
		},
		{
			"name": "Teacher Reset Email Code Verify",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "mubeenmughal003@gmail.com",
							"type": "text"
						},
						{
							"key": "token",
							"value": "697460",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/teacher/reset/email-code/verify",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"teacher",
						"reset",
						"email-code",
						"verify"
					]
				}
			},
			"response": []
		},
		{
			"name": "School Reset Email Code Verify",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "abidsaeed630@gmail.com",
							"type": "text"
						},
						{
							"key": "token",
							"value": "658547",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/school/reset/email-code/verify",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"school",
						"reset",
						"email-code",
						"verify"
					]
				}
			},
			"response": []
		},
		{
			"name": "Student Reset Changed Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "mubeen.ahmad6164821@gmail.com",
							"type": "text"
						},
						{
							"key": "token",
							"value": "886088",
							"type": "text"
						},
						{
							"key": "password",
							"value": "mubeen1234",
							"type": "text"
						},
						{
							"key": "password_confirmation",
							"value": "mubeen1234",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/student/reset/changed-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"student",
						"reset",
						"changed-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "Teacher Reset Changed Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "mubeenmughal003@gmail.com",
							"type": "text"
						},
						{
							"key": "token",
							"value": "697460",
							"type": "text"
						},
						{
							"key": "password",
							"value": "mubeen123",
							"type": "text"
						},
						{
							"key": "password_confirmation",
							"value": "mubeen123",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/teacher/reset/changed-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"teacher",
						"reset",
						"changed-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "School Reset Changed Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "abidsaeed630@gmail.com",
							"type": "text"
						},
						{
							"key": "token",
							"value": "658547",
							"type": "text"
						},
						{
							"key": "password",
							"value": "abidsaeed1",
							"type": "text"
						},
						{
							"key": "password_confirmation",
							"value": "abidsaeed1",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/school/reset/changed-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"school",
						"reset",
						"changed-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "Admin Login",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email_username",
							"value": "MubeenKhalid",
							"type": "text"
						},
						{
							"key": "password",
							"value": "Admin@123",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/login",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"login"
					]
				}
			},
			"response": []
		},
		{
			"name": "Admin Login Verify",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 6|NhFJGUqV7gjTq7J04DaZk1otPpnADumQ4wHcu7Q58d940286",
						"type": "text"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/verify",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"verify"
					]
				}
			},
			"response": []
		},
		{
			"name": "Admin Edit Profile",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 14|A60bj2xiUM6ZSw2RQcIN7FCPB48k57CXsJxkqtItb1c02bb8"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "name",
							"value": "Super Admin",
							"type": "text"
						},
						{
							"key": "username",
							"value": "MubeenKhalida",
							"type": "text"
						},
						{
							"key": "email",
							"value": "khalidmubeen206@gmail.com",
							"type": "text"
						},
						{
							"key": "phone",
							"value": "123456789",
							"type": "text"
						},
						{
							"key": "address",
							"value": "Main Ram Garh",
							"type": "text"
						},
						{
							"key": "country",
							"value": "Pakistan",
							"type": "text"
						},
						{
							"key": "city",
							"value": "Sheikhupura",
							"type": "text"
						},
						{
							"key": "state",
							"value": "Punjab",
							"type": "text"
						},
						{
							"key": "zip",
							"value": "51200",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/01.jpg",
							"disabled": true
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/profile/edit",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"profile",
						"edit"
					]
				}
			},
			"response": []
		},
		{
			"name": "Admin Change Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 14|A60bj2xiUM6ZSw2RQcIN7FCPB48k57CXsJxkqtItb1c02bb8"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "old_password",
							"value": "Admin@123!",
							"type": "text"
						},
						{
							"key": "new_password",
							"value": "Admin@123",
							"type": "text"
						},
						{
							"key": "confirm_password",
							"value": "Admin@123",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/profile/change-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"profile",
						"change-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "Admin Reset Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "khalidmubeen206@gmail.com",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/reset-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"reset-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "Admin Reset Password Verify",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "khalidmubeen206@gmail.com",
							"type": "text"
						},
						{
							"key": "token",
							"value": "409370",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/reset-passwordVerify",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"reset-passwordVerify"
					]
				}
			},
			"response": []
		},
		{
			"name": "Admin Reset Changed Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "khalidmubeen206@gmail.com",
							"type": "text"
						},
						{
							"key": "token",
							"value": "409370",
							"type": "text"
						},
						{
							"key": "password",
							"value": "Admin@123!",
							"type": "text"
						},
						{
							"key": "password_confirmation",
							"value": "Admin@123!",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/reset-changedPassword",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"reset-changedPassword"
					]
				}
			},
			"response": []
		},
		{
			"name": "Admin Logout",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 16|iFIL9tGWDKZ0cHDVjicJQzfoBxq9XCYYVh8FM64if2694437"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/logout",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"logout"
					]
				}
			},
			"response": []
		},
		{
			"name": "Student Logout",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 22|khWa5eIcljAVn7RhZDGzx9RTLVqZgcLapld9XCzQ032de6bb"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/student/logout",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"student",
						"logout"
					]
				}
			},
			"response": []
		},
		{
			"name": "Student Profile Edit",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 22|khWa5eIcljAVn7RhZDGzx9RTLVqZgcLapld9XCzQ032de6bb"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "first_name",
							"value": "Syed",
							"type": "text"
						},
						{
							"key": "last_name",
							"value": "Shoaib",
							"type": "text"
						},
						{
							"key": "username",
							"value": "SyedShoaib",
							"type": "text"
						},
						{
							"key": "email",
							"value": "syedmuhammadshoaib7059@gmail.com",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/xampp/htdocs/Laravel/GreyMatters/public/uploads/users/1719309272.jpg"
						},
						{
							"key": "phone",
							"value": "123456789",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/student/profile/edit",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"student",
						"profile",
						"edit"
					]
				}
			},
			"response": []
		},
		{
			"name": "Student Profile Changed Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 18|FxUUdtPWb0OTRZqZ7MsNcvqzDKfjAqLnfFNEqz0J18ef678b"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "old_password",
							"value": "shoaib123",
							"type": "text"
						},
						{
							"key": "new_password",
							"value": "shoaib1234",
							"type": "text"
						},
						{
							"key": "confirm_password",
							"value": "shoaib1234",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/student/profile/change-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"student",
						"profile",
						"change-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "Teacher Logout",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|jwrvej1jqJnLHge2NkQyLR481PbuLlRuKcvZ6CKT77355b93"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/teacher/logout",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"teacher",
						"logout"
					]
				}
			},
			"response": []
		},
		{
			"name": "Teacher Profile Edit",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 2|Q2nxHQL3JeQNFY1gdXtA6Cleg56RHNNXGZ8JpoIN2e1ee3aa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "first_name",
							"value": "khalid",
							"type": "text"
						},
						{
							"key": "last_name",
							"value": "javeed",
							"type": "text"
						},
						{
							"key": "email",
							"value": "khalidwushu@gmail.com",
							"type": "text"
						},
						{
							"key": "image",
							"value": "",
							"type": "file"
						},
						{
							"key": "phone",
							"value": "0987654321",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/teacher/profile/edit",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"teacher",
						"profile",
						"edit"
					]
				}
			},
			"response": []
		},
		{
			"name": "Teacher Profile Changed Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 1|vOhImOl61C5IzNfUp0Wry2HDbno4XHVTJQyLE6q5681eb43e"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "old_password",
							"value": "",
							"type": "text"
						},
						{
							"key": "new_password",
							"value": "",
							"type": "text"
						},
						{
							"key": "confirm_password",
							"value": "",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/teacher/profile/change-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"teacher",
						"profile",
						"change-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "School Logout",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 13|9HRUJvq3LLipOzGFvNQbISZzPBJ1WL2ISOFgsAbk53ccc976"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/school/logout",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"school",
						"logout"
					]
				}
			},
			"response": []
		},
		{
			"name": "School Profile Edit",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 2|Q2nxHQL3JeQNFY1gdXtA6Cleg56RHNNXGZ8JpoIN2e1ee3aa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "first_name",
							"value": "khalid",
							"type": "text"
						},
						{
							"key": "last_name",
							"value": "javeed",
							"type": "text"
						},
						{
							"key": "email",
							"value": "khalidwushu@gmail.com",
							"type": "text"
						},
						{
							"key": "image",
							"value": "",
							"type": "file"
						},
						{
							"key": "phone",
							"value": "0987654321",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/school/profile/edit",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"school",
						"profile",
						"edit"
					]
				}
			},
			"response": []
		},
		{
			"name": "School Profile Changed Password",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 1|vOhImOl61C5IzNfUp0Wry2HDbno4XHVTJQyLE6q5681eb43e"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "old_password",
							"value": "",
							"type": "text"
						},
						{
							"key": "new_password",
							"value": "",
							"type": "text"
						},
						{
							"key": "confirm_password",
							"value": "",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/school/profile/change-password",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"school",
						"profile",
						"change-password"
					]
				}
			},
			"response": []
		},
		{
			"name": "Classes",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/classes",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"classes"
					]
				}
			},
			"response": []
		},
		{
			"name": "Class with Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/classes/with-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"classes",
						"with-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Class Temp Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 23|jlFPuZpO1VRA5AvibG9KvRHyro6sc2wsysHgBmkq29899ba0"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/class/trash/delete/16",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"class",
						"trash",
						"delete",
						"16"
					]
				}
			},
			"response": []
		},
		{
			"name": "Class Only Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 23|jlFPuZpO1VRA5AvibG9KvRHyro6sc2wsysHgBmkq29899ba0"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/classes/only-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"classes",
						"only-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Class Restore",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 23|jlFPuZpO1VRA5AvibG9KvRHyro6sc2wsysHgBmkq29899ba0"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/class/restore/16",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"class",
						"restore",
						"16"
					]
				}
			},
			"response": []
		},
		{
			"name": "Class Active",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 23|jlFPuZpO1VRA5AvibG9KvRHyro6sc2wsysHgBmkq29899ba0"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/class/active/update/3",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"class",
						"active",
						"update",
						"3"
					]
				}
			},
			"response": []
		},
		{
			"name": "Class Create",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 23|jlFPuZpO1VRA5AvibG9KvRHyro6sc2wsysHgBmkq29899ba0"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_name",
							"value": "13",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Pictures/Mubeen Info/grade-server/public/images/white-logo.png"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/class/create",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"class",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Class Show",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/class/show/2",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"class",
						"show",
						"2"
					]
				}
			},
			"response": []
		},
		{
			"name": "Class Update",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 23|jlFPuZpO1VRA5AvibG9KvRHyro6sc2wsysHgBmkq29899ba0"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_name",
							"value": "12",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Pictures/Mubeen Info/grade-server/public/images/featured-offer-img-2.png"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/class/update/14",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"class",
						"update",
						"14"
					]
				}
			},
			"response": []
		},
		{
			"name": "Class Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 23|jlFPuZpO1VRA5AvibG9KvRHyro6sc2wsysHgBmkq29899ba0"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/class/delete/16",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"class",
						"delete",
						"16"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subjects",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subjects",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subjects"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subject with Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subjects/with-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subjects",
						"with-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subject Temp Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subject/trash/delete/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subject",
						"trash",
						"delete",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subject Only Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subjects/only-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subjects",
						"only-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subject Restore",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subject/restore/2",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subject",
						"restore",
						"2"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subject Active",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subject/active/update/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subject",
						"active",
						"update",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subject Create",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_id",
							"value": "11",
							"type": "text"
						},
						{
							"key": "subject_name",
							"value": "Mathematics",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subject/create",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subject",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subject Show",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subject/show/2",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subject",
						"show",
						"2"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subject Update",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "subject_name",
							"value": "",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subject/update/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subject",
						"update",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subject Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/subject/delete/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"subject",
						"delete",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/units",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"units"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units with Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/units/with-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"units",
						"with-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units Temp Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/unit/trash/delete/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"unit",
						"trash",
						"delete",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units Only Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/units/only-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"units",
						"only-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units Restore",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/unit/restore/2",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"unit",
						"restore",
						"2"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units Active",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/unit/active/update/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"unit",
						"active",
						"update",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units Create",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_id",
							"value": "11",
							"type": "text"
						},
						{
							"key": "subject_id",
							"value": "7",
							"type": "text"
						},
						{
							"key": "unit_name",
							"value": "Logarithms",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/unit/create",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"unit",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units Show",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/unit/show/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"unit",
						"show",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units Update",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_id",
							"value": "11",
							"type": "text"
						},
						{
							"key": "subject_id",
							"value": "7",
							"type": "text"
						},
						{
							"key": "unit_name",
							"value": "Logarithms",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/unit/update/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"unit",
						"update",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Units Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/admin/unit/delete/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"admin",
						"unit",
						"delete",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "question_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "options",
							"value": "[\"option 1\", \"option 2\", \"option 3\", \"option 4\"]",
							"type": "text"
						},
						{
							"key": "is_correct",
							"value": "[0, 0, 1, 0]",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics with Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics/trashed-with",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics",
						"trashed-with"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Temp Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics/trash-delete/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics",
						"trash-delete",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Only Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics/trash-only",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics",
						"trash-only"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Restore",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics/restore/2",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics",
						"restore",
						"2"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Active",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics/active/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics",
						"active",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Create",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_id",
							"value": "3",
							"type": "text"
						},
						{
							"key": "subject_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "unit_id",
							"value": "3",
							"type": "text"
						},
						{
							"key": "topic_name",
							"value": "Language Focus ",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics/create",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Show",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics/show/2",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics",
						"show",
						"2"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Update",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_id",
							"value": "3",
							"type": "text"
						},
						{
							"key": "subject_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "unit_id",
							"value": "3",
							"type": "text"
						},
						{
							"key": "topic_name",
							"value": "Language Focus",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics/update/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics",
						"update",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topics/delete/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topics",
						"delete",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Student Created",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "excel_file",
							"type": "file",
							"src": "/C:/Users/ProBook/Documents/students.xlsx"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/teacher/create-student",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"teacher",
						"create-student"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic Question Types",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/types",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"types"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic  Question Type Create",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "type",
							"value": "Long Answers",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/type/create",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"type",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic Question Type Show",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/type/show/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"type",
						"show",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic Question Type Update",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "type",
							"value": "MCQs",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/type/update/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"type",
						"update",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic Question Type Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/type/delete/5",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"type",
						"delete",
						"5"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic Questions",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/questions",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"questions"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Questions with Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/questions/with-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"questions",
						"with-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Questions Temp Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/trash/delete/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"trash",
						"delete",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Questions Only Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/questions/only-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"questions",
						"only-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topics Questions Restore",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/restore/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"restore",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic Question Create",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_id",
							"value": "3",
							"type": "text"
						},
						{
							"key": "subject_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "unit_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "topic_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "type_id",
							"value": "3",
							"type": "text"
						},
						{
							"key": "question",
							"value": "What is verbal communication?",
							"type": "text"
						},
						{
							"key": "options[0]",
							"value": "",
							"type": "text"
						},
						{
							"key": "options[1]",
							"value": "",
							"type": "text"
						},
						{
							"key": "options[2]",
							"value": "",
							"type": "text"
						},
						{
							"key": "options[3]",
							"value": "",
							"type": "text"
						},
						{
							"key": "is_correct[0]",
							"value": "",
							"type": "text"
						},
						{
							"key": "is_correct[1]",
							"value": "",
							"type": "text"
						},
						{
							"key": "is_correct[2]",
							"value": "",
							"type": "text"
						},
						{
							"key": "is_correct[3]",
							"value": "",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/xampp/htdocs/Laravel/GreyMatters/public/images/verbal-communication3.png"
						},
						{
							"key": "comment",
							"value": "This is comment of Communication.",
							"type": "text"
						},
						{
							"key": "answer",
							"value": "This is answer is Non Verbal Communcation.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/create",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic Question Show",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/show/5",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"show",
						"5"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic Question Update",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "class_id",
							"value": "3",
							"type": "text"
						},
						{
							"key": "subject_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "unit_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "topic_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "type_id",
							"value": "1",
							"type": "text"
						},
						{
							"key": "question",
							"value": "means communication without words.",
							"type": "text"
						},
						{
							"key": "options[0]",
							"value": "Object communication",
							"type": "text"
						},
						{
							"key": "options[1]",
							"value": "Written communication",
							"type": "text"
						},
						{
							"key": "options[2]",
							"value": "Oral communication",
							"type": "text"
						},
						{
							"key": "options[3]",
							"value": "Non-verbal communication",
							"type": "text"
						},
						{
							"key": "is_correct[0]",
							"value": "0",
							"type": "text"
						},
						{
							"key": "is_correct[1]",
							"value": "0",
							"type": "text"
						},
						{
							"key": "is_correct[2]",
							"value": "1",
							"type": "text"
						},
						{
							"key": "is_correct[3]",
							"value": "0",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/xampp/htdocs/Laravel/Grade-a-Tools/public/images/blog/recent-1.jpg"
						},
						{
							"key": "comment",
							"value": "This is Updated comment.",
							"type": "text"
						},
						{
							"key": "answer",
							"value": "This answer is Updated Non Verbal Communcation.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/update/3",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"update",
						"3"
					]
				}
			},
			"response": []
		},
		{
			"name": "Topic Question Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/topic/question/delete/3",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"topic",
						"question",
						"delete",
						"3"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Features",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/features",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"features"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Feature Create",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "name",
							"value": "Upload Your Logo",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/feature/create",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"feature",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Feature Show",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Vegetables",
							"type": "text"
						},
						{
							"key": "image",
							"type": "file",
							"src": "/C:/Users/ProBook/Downloads/vegetable.jpg"
						},
						{
							"key": "description",
							"value": "This is Vegetable Description.",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/feature/show/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"feature",
						"show",
						"1"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Feature Update",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "name",
							"value": "Export HTML Code",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/feature/update/3",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"feature",
						"update",
						"3"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Feature Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/feature/delete/8",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"feature",
						"delete",
						"8"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscriptions",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscriptions",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscriptions"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscriptions with Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscriptions/with-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscriptions",
						"with-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Temp Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/trash/delete/3",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"trash",
						"delete",
						"3"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscriptions Only Trashed",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscriptions/only-trashed",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscriptions",
						"only-trashed"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscriptions Restore",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/restore/3",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"restore",
						"3"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Create",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Pro",
							"type": "text"
						},
						{
							"key": "price",
							"value": "59",
							"type": "text"
						},
						{
							"key": "duration",
							"value": "monthly",
							"type": "text"
						},
						{
							"key": "headline",
							"value": "Perfect for startup",
							"type": "text"
						},
						{
							"key": "user_allowed",
							"value": "7",
							"type": "text"
						},
						{
							"key": "features[0]",
							"value": "1",
							"type": "text"
						},
						{
							"key": "features[1]",
							"value": "2",
							"type": "text"
						},
						{
							"key": "features[2]",
							"value": "3",
							"type": "text"
						},
						{
							"key": "features[3]",
							"value": "4",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/create",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"create"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Show",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa",
						"disabled": true
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/show/4",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"show",
						"4"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Update",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "title",
							"value": "Pro",
							"type": "text"
						},
						{
							"key": "price",
							"value": "59",
							"type": "text"
						},
						{
							"key": "duration",
							"value": "monthly",
							"type": "text"
						},
						{
							"key": "headline",
							"value": "Perfect for startup",
							"type": "text"
						},
						{
							"key": "user_allowed",
							"value": "7",
							"type": "text"
						},
						{
							"key": "features[0]",
							"value": "1",
							"type": "text"
						},
						{
							"key": "features[1]",
							"value": "3",
							"type": "text"
						},
						{
							"key": "features[2]",
							"value": "4",
							"type": "text"
						},
						{
							"key": "features[3]",
							"value": "2",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/update/3",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"update",
						"3"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Delete",
			"request": {
				"method": "DELETE",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					},
					{
						"key": "Authorization",
						"value": "Bearer 4|TMcLd2cL3n8vYfDhgPx6PZsijMAga6iQOKcp2Hlr30dd1dfa"
					}
				],
				"url": {
					"raw": "http://127.0.0.1:8000/api/subscription/delete/1",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "8000",
					"path": [
						"api",
						"subscription",
						"delete",
						"1"
					]
				}
			},
			"response": []
		}
	]
}