{
	"info": {
		"_postman_id": "89c5ccf3-1abe-49e1-82e8-f5832f17f11a",
		"name": "reset pass word",
		"description": "API endpoints for authentication",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "33019973",
		"_collection_link": "https://hello123-6238.postman.co/workspace/doc_scanner~b8c653b2-2c89-482b-92b8-8edde4e7bed1/collection/33019973-89c5ccf3-1abe-49e1-82e8-f5832f17f11a?action=share&source=collection_link&creator=33019973"
	},
	"item": [
		{
			"name": "Auth - Email Verify",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n  \"email\": \"sayuruvihagana@gmail.com\",\n  \"otp\": \"272216\"\n}"
				},
				"url": {
					"raw": "{{baseUrl}}/auth/verify-password-reset-otp",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"auth",
						"verify-password-reset-otp"
					]
				},
				"description": "Verify email OTP and activate account"
			},
			"response": []
		},
		{
			"name": "password set",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n  \"email\": \"sayuruvihagana@gmail.com\",\n  \"password\": \"@Qwer1234\"\n}"
				},
				"url": {
					"raw": "{{baseUrl}}/auth/reset-password",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"auth",
						"reset-password"
					]
				},
				"description": "Sign in with email and password"
			},
			"response": []
		},
		{
			"name": "request-email-otp",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n  \"email\": \"sayuruvihagana@gmail.com\"\n}"
				},
				"url": {
					"raw": "{{baseUrl}}/auth/request-password-reset",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"auth",
						"request-password-reset"
					]
				},
				"description": "Sign in with email and password"
			},
			"response": []
		}
	]
}