{
	"info": {
		"_postman_id": "264e55b2-7cbb-4f10-8b82-7fd04e6ed7a7",
		"name": "Asanak Call API Service",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "48467171",
		"_collection_link": "https://asanakdev.postman.co/workspace/Asanak-Dev's-Workspace~2174b4a8-a10c-476c-888d-23d6650a2b74/collection/45759202-264e55b2-7cbb-4f10-8b82-7fd04e6ed7a7?action=share&source=collection_link&creator=48467171"
	},
	"item": [
		{
			"name": "upload voice file",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "multipart/form-data",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "username",
							"value": "USERNAME",
							"type": "text"
						},
						{
							"key": "password",
							"value": "PASSWORD",
							"type": "text"
						},
						{
							"key": "file",
							"type": "file",
							"src": "/C:/Users/Sazgar/Music/beep-01a.mp3"
						}
					]
				},
				"url": {
					"raw": "{{API_BASE_URL}}/v1/upload/voice",
					"host": [
						"{{API_BASE_URL}}"
					],
					"path": [
						"v1",
						"upload",
						"voice"
					]
				}
			},
			"response": [
				{
					"name": "200 - ok",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user3",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1111",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sazgar/Music/beep-01a.mp3"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/upload/voice",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"upload",
								"voice"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:01:58 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "74"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"id\": \"voice_bef30d09683411e6c0ccd\",\n    \"success\": true,\n    \"duration\": \"0.99275 s\"\n}"
				},
				{
					"name": "400 - no file",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user3",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1111",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sazgar/Music/beep-01a.mp3",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/upload/voice",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"upload",
								"voice"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:10:04 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "60"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"No file uploaded or upload error\",\n    \"success\": false\n}"
				},
				{
					"name": "401 - auth",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user3",
									"type": "text"
								},
								{
									"key": "password",
									"value": "11113",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sazgar/Music/beep-01a.mp3"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/upload/voice",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"upload",
								"voice"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:36:25 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "49"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Authentication failed\",\n    \"success\": false\n}"
				},
				{
					"name": "413 - limit duration",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user3",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1111",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sazgar/Music/Omadam Az Rasht Omadam.mp3"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/upload/voice",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"upload",
								"voice"
							]
						}
					},
					"status": "Request Entity Too Large",
					"code": 413,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:13:32 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "76"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"File limit duration, max durations is 1 seconds.\",\n    \"success\": false\n}"
				},
				{
					"name": "413 - file size",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user3",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1111",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sazgar/Music/Omadam Az Rasht Omadam.mp3"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/upload/voice",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"upload",
								"voice"
							]
						}
					},
					"status": "Request Entity Too Large",
					"code": 413,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:11:17 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "42"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"File too large\",\n    \"success\": false\n}"
				},
				{
					"name": "415 - invalid file",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user3",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1111",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sazgar/Pictures/5e328619bd23a25974a4fc8d_Orange background2 (9).jpg"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/upload/voice",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"upload",
								"voice"
							]
						}
					},
					"status": "Unsupported Media Type",
					"code": 415,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:10:35 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "51"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Invalid audio file type\",\n    \"success\": false\n}"
				},
				{
					"name": "429 - file limit",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user3",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1111",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sazgar/Music/Omadam Az Rasht Omadam.mp3"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/upload/voice",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"upload",
								"voice"
							]
						}
					},
					"status": "Too Many Requests",
					"code": 429,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:11:59 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "46"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=248"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"File limit reached\",\n    \"success\": false\n}"
				},
				{
					"name": "500 - error",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user3",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1111",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sazgar/Music/Omadam Az Rasht Omadam.mp3"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/upload/voice",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"upload",
								"voice"
							]
						}
					},
					"status": "Internal Server Error",
					"code": 500,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:14:56 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "49"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Internal Server Error\",\n    \"success\": false\n}"
				}
			]
		},
		{
			"name": "get voice file list",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{API_BASE_URL}}/v1/call/voice-list",
					"host": [
						"{{API_BASE_URL}}"
					],
					"path": [
						"v1",
						"call",
						"voice-list"
					]
				}
			},
			"response": [
				{
					"name": "200",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/voice-list",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"voice-list"
							]
						}
					},
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json",
							"description": "",
							"type": "text"
						}
					],
					"cookie": [],
					"body": "{\n    \"success\": true,\n    \"data\": [\n        {\n            \"filename\": \"string\",\n            \"duration\": \"float\"\n        }\n    ],\n    \"error\": \"\"\n}"
				},
				{
					"name": "401",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/voice-list",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"voice-list"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json",
							"description": "",
							"type": "text"
						}
					],
					"cookie": [
						{
							"expires": "Invalid Date",
							"domain": "",
							"path": ""
						}
					],
					"body": "{\r\n    \"error\": \"Authentication failed\",\r\n    \"success\": false\r\n}"
				},
				{
					"name": "403",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/voice-list",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"voice-list"
							]
						}
					},
					"status": "Forbidden",
					"code": 403,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json",
							"description": "",
							"type": "text"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"User is not active\",\n    \"success\": false\n}"
				},
				{
					"name": "500",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/voice-list",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"voice-list"
							]
						}
					},
					"status": "Internal Server Error",
					"code": 500,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json",
							"description": "",
							"type": "text"
						}
					],
					"cookie": [],
					"body": "{\r\n    \"error\": \"Internal Server Error\",\r\n    \"success\": false\r\n}"
				}
			]
		},
		{
			"name": "call by otp",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\",\r\n    \"code\":\"OTP_CODE\",\r\n    \"destination\": \"09121234567\"\r\n}"
				},
				"url": {
					"raw": "{{API_BASE_URL}}/v1/call/otp",
					"host": [
						"{{API_BASE_URL}}"
					],
					"path": [
						"v1",
						"call",
						"otp"
					]
				}
			},
			"response": [
				{
					"name": "200 - ok",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user1",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1234",
									"type": "text"
								},
								{
									"key": "code",
									"value": "14852",
									"type": "text"
								},
								{
									"key": "destination",
									"value": "09125658060",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/otp",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"otp"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:08:06 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "93"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"success\": true,\n    \"call_id\": \"20250526a0603d28c975823ef39bf4624daa3504d097f751d10303ad581707cb\"\n}"
				},
				{
					"name": "400 - validation",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user1",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1234",
									"type": "text"
								},
								{
									"key": "code",
									"value": "14852",
									"type": "text",
									"disabled": true
								},
								{
									"key": "destination",
									"value": "09125658060",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/otp",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"otp"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:17:06 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "77"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Code parameter is required and must valid number.\",\n    \"success\": false\n}"
				},
				{
					"name": "400 - validation",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user1",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1234",
									"type": "text"
								},
								{
									"key": "code",
									"value": "14852121",
									"type": "text"
								},
								{
									"key": "destination",
									"value": "09125658060",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/otp",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"otp"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:17:55 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "78"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Code parameter should not be longer than 6 digits.\",\n    \"success\": false\n}"
				},
				{
					"name": "400 - validation",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user1",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1234",
									"type": "text"
								},
								{
									"key": "code",
									"value": "1234",
									"type": "text"
								},
								{
									"key": "destination",
									"value": "09125658060",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/otp",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"otp"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:34:07 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "67"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Destination number is not valid mobile.\",\n    \"success\": false\n}"
				},
				{
					"name": "401 - auth",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user1",
									"type": "text"
								},
								{
									"key": "password",
									"value": "12341",
									"type": "text"
								},
								{
									"key": "code",
									"value": "1234",
									"type": "text"
								},
								{
									"key": "destination",
									"value": "09125658060",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/otp",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"otp"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:36:00 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "49"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Authentication failed\",\n    \"success\": false\n}"
				},
				{
					"name": "500 - error",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user1",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1234",
									"type": "text"
								},
								{
									"key": "code",
									"value": "1234",
									"type": "text"
								},
								{
									"key": "destination",
									"value": "09125658060",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/otp",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"otp"
							]
						}
					},
					"status": "Internal Server Error",
					"code": 500,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:40:16 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "49"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Internal Server Error\",\n    \"success\": false\n}"
				}
			]
		},
		{
			"name": "call by voice file",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\",\r\n    \"file_id\":\"FILE_ID\",\r\n    \"destination\": \"DESTINATIONS\"\r\n}"
				},
				"url": {
					"raw": "{{API_BASE_URL}}/v1/call/voice-file",
					"host": [
						"{{API_BASE_URL}}"
					],
					"path": [
						"v1",
						"call",
						"voice-file"
					]
				}
			},
			"response": [
				{
					"name": "200 - ok",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "multipart/form-data",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "user3",
									"type": "text"
								},
								{
									"key": "password",
									"value": "1111",
									"type": "text"
								},
								{
									"key": "file_id",
									"value": "voice_bef30d09683411e6c0ccd",
									"type": "text"
								},
								{
									"key": "destination[]",
									"value": "09121002030",
									"type": "text"
								},
								{
									"key": "destination[]",
									"value": "09152363485",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "http://apicallservice.test/v1/call/voice-file",
							"protocol": "http",
							"host": [
								"apicallservice",
								"test"
							],
							"path": [
								"v1",
								"call",
								"voice-file"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 07:02:14 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "162"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"success\": true,\n    \"call_id\": [\n        \"202505263202c51b4191389bb657ead650079f0cad5717b6189a99b79ea17294\",\n        \"20250526c66b4abcc63daae3899943b0fa251c2957e6b73024a32321a0f672fd\"\n    ]\n}"
				},
				{
					"name": "400 - validation",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\",\r\n    \"file_id\":\"\",\r\n    \"destination\": \"09121234567, 09121234568\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/voice-file",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"voice-file"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 08:05:24 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "55"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"File parameter is required.\",\n    \"success\": false\n}"
				},
				{
					"name": "400 - validation",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\",\r\n    \"file_id\":\"voice_6834107f3be5b\",\r\n    \"destination\": \"\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/voice-file",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"voice-file"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 08:06:14 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "67"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Destination number is not valid mobile.\",\n    \"success\": false\n}"
				},
				{
					"name": "400 - validation",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\",\r\n    \"file_id\":\"voice_6834107f3be5b33\",\r\n    \"destination\": \"09121234567, 09121234568\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/voice-file",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"voice-file"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 08:07:00 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "49"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"File id is not valid.\",\n    \"success\": false\n}"
				},
				{
					"name": "401 - auth",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"12345\",\r\n    \"file_id\":\"voice_6834107f3be5b\",\r\n    \"destination\": \"09121234567, 09121234568\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/voice-file",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"voice-file"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 08:06:37 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "49"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Authentication failed\",\n    \"success\": false\n}"
				},
				{
					"name": "500 - error",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\",\r\n    \"file_id\":\"voice_6834107f3be5b33\",\r\n    \"destination\": \"09121234567, 09121234568\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/call/voice-file",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"call",
								"voice-file"
							]
						}
					},
					"status": "Internal Server Error",
					"code": 500,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 08:10:08 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "49"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Internal Server Error\",\n    \"success\": false\n}"
				}
			]
		},
		{
			"name": "report call status",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\",\r\n    \"call_id\":\"CALL_ID\"\r\n}"
				},
				"url": {
					"raw": "{{API_BASE_URL}}/v1/report/callstatus",
					"host": [
						"{{API_BASE_URL}}"
					],
					"path": [
						"v1",
						"report",
						"callstatus"
					]
				}
			},
			"response": [
				{
					"name": "200 - ok",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\",\r\n    \"call_id\":\"20250527b169f36bd56f7aee06ea1d503063d248daf5ce099fa51ea1c25b5e38,20250526a0603d28c975823ef39bf4624daa3504d097f751d10303ad581707cb\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/callstatus",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"callstatus"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Tue, 27 May 2025 13:30:48 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "37"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"success\": true,\n    \"report\": [\n        1000,\n        1000\n    ]\n}"
				},
				{
					"name": "200 - invalid",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\",\r\n    \"call_id\":\"test\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/callstatus",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"callstatus"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Tue, 27 May 2025 13:33:17 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "32"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"success\": true,\n    \"report\": [\n        1004\n    ]\n}"
				},
				{
					"name": "400 - validation",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/callstatus",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"callstatus"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Tue, 27 May 2025 13:35:30 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "58"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"call_id parameter is required.\",\n    \"success\": false\n}"
				},
				{
					"name": "400 - validation",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\",\r\n    \"call_id\":\"\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/callstatus",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"callstatus"
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Tue, 27 May 2025 13:35:55 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "54"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"call_id list is not valid.\",\n    \"success\": false\n}"
				},
				{
					"name": "401 - auth",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"12345\",\r\n    \"file_id\":\"voice_6834107f3be5b\",\r\n    \"destination\": \"09121234567, 09121234568\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/callstatus",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"callstatus"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 08:06:37 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "49"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Authentication failed\",\n    \"success\": false\n}"
				},
				{
					"name": "403 - account",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\",\r\n    \"call_id\":\"\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/callstatus",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"callstatus"
							]
						}
					},
					"status": "Forbidden",
					"code": 403,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Tue, 27 May 2025 13:37:09 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "46"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=250"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"User is not active\",\n    \"success\": false\n}"
				},
				{
					"name": "500 - error",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"user1\",\r\n    \"password\":\"1234\",\r\n    \"file_id\":\"voice_6834107f3be5b33\",\r\n    \"destination\": \"09121234567, 09121234568\"\r\n}"
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/callstatus",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"callstatus"
							]
						}
					},
					"status": "Internal Server Error",
					"code": 500,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Mon, 26 May 2025 08:10:08 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.54 (Win64) OpenSSL/1.1.1l PHP/7.4.26"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.26"
						},
						{
							"key": "Content-Length",
							"value": "49"
						},
						{
							"key": "Connection",
							"value": "close"
						},
						{
							"key": "Content-Type",
							"value": "application/json; charset=utf-8"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"Internal Server Error\",\n    \"success\": false\n}"
				}
			]
		},
		{
			"name": "get credit",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{API_BASE_URL}}/v1/report/credit",
					"host": [
						"{{API_BASE_URL}}"
					],
					"path": [
						"v1",
						"report",
						"credit"
					]
				}
			},
			"response": [
				{
					"name": "200",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/credit",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"credit"
							]
						}
					},
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json",
							"description": "",
							"type": "text"
						}
					],
					"cookie": [],
					"body": "{\r\n  \"success\": true,\r\n  \"credit\": 124390700,\r\n  \"error\": \"\"\r\n}"
				},
				{
					"name": "401",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/credit",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"credit"
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json",
							"description": "",
							"type": "text"
						}
					],
					"cookie": [
						{
							"expires": "Invalid Date",
							"domain": "",
							"path": ""
						}
					],
					"body": "{\r\n    \"error\": \"Authentication failed\",\r\n    \"success\": false\r\n}"
				},
				{
					"name": "403",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/credit",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"credit"
							]
						}
					},
					"status": "Forbidden",
					"code": 403,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json",
							"description": "",
							"type": "text"
						}
					],
					"cookie": [],
					"body": "{\n    \"error\": \"User is not active\",\n    \"success\": false\n}"
				},
				{
					"name": "500",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"username\":\"USERNAME\",\r\n    \"password\":\"PASSWORD\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{API_BASE_URL}}/v1/report/credit",
							"host": [
								"{{API_BASE_URL}}"
							],
							"path": [
								"v1",
								"report",
								"credit"
							]
						}
					},
					"status": "Internal Server Error",
					"code": 500,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json",
							"description": "",
							"type": "text"
						}
					],
					"cookie": [],
					"body": "{\r\n    \"error\": \"Internal Server Error\",\r\n    \"success\": false\r\n}"
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "API_BASE_URL",
			"value": "https://callapi.asanak.com",
			"type": "default"
		}
	]
}