{
	"info": {
		"_postman_id": "07037b25-98c9-49e0-bd43-559bc2d72a41",
		"name": "MolinkOTP",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "MolinkOtp",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n\t\"username\":\"yourUsername\",\n\t\"password\":\"yourPassword\",\n\t\"txtSMS\":\"your msg ${code}\",\n\t\"sender\":\"yourSender\",\n\t\"txtMobile\":\"0123456789\"\n}"
				},
				"url": {
					"raw": "http://203.146.186.186/molink_otp_service/sms.asmx/OTPSend",
					"protocol": "http",
					"host": [
						"203",
						"146",
						"186",
						"186"
					],
					"path": [
						"molink_otp_service",
						"sms.asmx",
						"OTPSend"
					]
				}
			},
			"response": []
		},
		{
			"name": "MolinkOtpValidate",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n\t\"otp_id\":\"14bade0e-3135-4260-aa99-dd85f2a5aff4\",\n\t\"code\" : \"3665\"\n}"
				},
				"url": {
					"raw": "http://203.146.186.186/molink_otp_service/sms.asmx/OTPValidate",
					"protocol": "http",
					"host": [
						"203",
						"146",
						"186",
						"186"
					],
					"path": [
						"molink_otp_service",
						"sms.asmx",
						"OTPValidate"
					]
				}
			},
			"response": []
		}
	]
}