{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/matkaonline24.com\/"
        }
    ],
    "info": {
        "name": "Matka Online 24 API Documentation",
        "_postman_id": "17362c4f-3d11-4410-8582-9b1475e74cc3",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST api\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"rokon123@gmail.com\",\"password\":\"Um$\\\\&]:e{*|\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n       \"success\": true,\n       \"data\": {\n           \"token\": \"9|AITM4kk6xI47ClPaoh3CdfrQzuITDvQ8AsOcCfua7da00c0f\",\n           \"name\": \"testuserone\"\n       },\n       \"message\": \"User signed in\"\n   }",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "\"data\": {\n       \"success\": false,\n       \"message\": \"Unauthorised.\",\n       \"data\": {\n           \"error\": \"Unauthorised\"\n       }\n   }",
                            "name": "Not authorized"
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "\"data\": {\n   \"email\": [\n       \"The email field is required.\"\n   ],\n   \"password\": [\n       \"The password field is required.\"\n   ]\n }",
                            "name": "validation failed"
                        }
                    ]
                },
                {
                    "name": "POST api\/register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"quidem\",\"email\":\"rokon123@gmail.com\",\"username\":\"rokon123\",\"password\":\"}a?H7N*V7at59at\",\"password_confirmation\":\"non\",\"country\":\"BD\",\"mobile\":20249.351493963}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "\"data\": {\n   \"name\": \"testuserone\",\n       \"token\": \"8|xhGFH0aID8zuQ0VyEex76fRkuWytgKENeqbYvE6115b91ec6\"\n   },\n   \"message\": \"User created successfully.\"",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "\"data\": {\n   \"name\": [\n       \"The name field is required.\"\n   ],\n   \"email\": [\n       \"The email field is required.\"\n   ],\n   \"username\": [\n       \"The username field is required.\"\n   ],\n   \"password\": [\n       \"The password field is required. The password must be at least 8 characters\"\n   ],\n   \"password_confirmation\": [\n       \"The password confirmation field is required. The password must be at least 8 characters\"\n   ]\n}",
                            "name": "validation failed"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-sliders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-sliders",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-sliders"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n          \"id\": 26,\n          \"title\": this is the name of the slider,\n          \"image\": \"1677045128.jpg\",\n          \"status\": \"on\",\n          \"created_at\": \"2023-02-22T05:52:08.000000Z\",\n          \"updated_at\": \"2023-02-22T05:52:08.000000Z\"\n      },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-game-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-game-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-game-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n      \"id\": 1,\n      \"name\": \"KALYAN LOTTERY\",\n      \"image\": \"1677084554.png\",\n      \"created_at\": \"2022-12-08T11:38:04.000000Z\",\n      \"updated_at\": \"2023-02-22T16:49:14.000000Z\"\n  },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-kallyan-winners",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-kallyan-winners",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-kallyan-winners"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n      \"id\": 916649,\n      \"result_date\": \"2023-12-04 00:00:00\",\n      \"game_time_id\": 42,\n      \"category\": 8,\n      \"number\": \"27\",\n      \"point\": \"1\",\n      \"credit_point\": \"95\",\n      \"user_id\": 837,\n      \"is_win\": 1,\n      \"has_zero\": \"0\",\n      \"has_double_zero\": null,\n      \"created_at\": \"2023-12-05T00:06:16.000000Z\",\n      \"updated_at\": \"2023-12-05T00:06:16.000000Z\"\n  },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-thai-winners",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-thai-winners",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-thai-winners"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n          \"id\": 448,\n          \"user_id\": 4074,\n          \"category_id\": 2,\n          \"amount\": \"3\",\n          \"direct_amount\": \"1\",\n          \"ramble_amount\": \"0\",\n          \"number\": \"7\",\n          \"created_at\": \"2023-12-01T08:56:24.000000Z\",\n          \"updated_at\": \"2023-12-01T08:56:24.000000Z\",\n          \"deleted_at\": null\n      },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-thai-rates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-thai-rates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-thai-rates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n          \"id\": 1,\n          \"name\": \"3up direct & rumble\",\n          \"discount\": \"20\",\n          \"type_id\": 3,\n          \"status\": 0,\n          \"rate\": 500,\n          \"ramble\": 100,\n          \"created_at\": \"2023-01-06T05:53:38.000000Z\",\n          \"updated_at\": \"2023-02-15T19:19:12.000000Z\"\n      },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-kallyan-rates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-kallyan-rates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-kallyan-rates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n          \"id\": 9,\n          \"game_type_id\": 1,\n          \"game_category_id\": \"8\",\n          \"game_sub_category_id\": null,\n          \"rate\": \"Rs100 x 9500\",\n          \"discount\": \"0\",\n          \"status\": \"on\",\n          \"created_at\": \"2023-02-17T02:57:07.000000Z\",\n          \"updated_at\": \"2023-02-26T05:03:17.000000Z\"\n      },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-front-notices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-front-notices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-front-notices"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n  \"id\": 2,\n      \"notice_1\": \"<div style=\\\"text-align: left;\\\"><b style=\\\"\\\"><font color=\\\"#ff0000\\\" style=\\\"\\\">\ud83d\udcddPlay Thai &amp; Kalyan Lottery&nbsp;<\/font><\/b><\/div><div style=\\\"text-align: left;\\\"><font color=\\\"#339933\\\" style=\\\"\\\" size=\\\"2\\\"><b>3up Direct Rate:&nbsp; &nbsp; $1\u00d7500&nbsp; &nbsp; 20%Discount<\/b><\/font><\/div><div style=\\\"text-align: left;\\\"><font color=\\\"#339933\\\" size=\\\"2\\\"><b>3up Rumble Rate:   $1\u00d7100&nbsp; &nbsp; 20%Discount&nbsp;<\/b><\/font><\/div><div style=\\\"text-align: left;\\\"><font color=\\\"#339933\\\" size=\\\"2\\\"><b>Down Direct Rate: $1\u00d780&nbsp; &nbsp; &nbsp; 10%Discount<\/b><\/font><\/div><div style=\\\"text-align: left;\\\"><font color=\\\"#339933\\\" style=\\\"\\\" size=\\\"2\\\"><b>Kalyan Lottery. Game Total Rate has been increased. Now Game Total Rate: Rs100\u00d71000<\/b><\/font><\/div><div style=\\\"text-align: left;\\\"><b style=\\\"\\\"><font style=\\\"\\\"><font color=\\\"#ff3399\\\" style=\\\"\\\" size=\\\"4\\\">\ud83d\udcb0<\/font><font color=\\\"#ff0000\\\" style=\\\"font-size: 1rem;\\\">Get Bonus<\/font><\/font><\/b><\/div><div style=\\\"text-align: left;\\\"><font size=\\\"2\\\" color=\\\"#ff0000\\\"><b style=\\\"\\\">5% Referral commission for every&nbsp;<font style=\\\"\\\"><font style=\\\"\\\">deposit life time<\/font><\/font><\/b><\/font><\/div><div style=\\\"text-align: left;\\\"><font color=\\\"#009900\\\" style=\\\"font-size: 1rem;\\\"><b><u>Play&gt;<\/u><\/b><\/font><font color=\\\"#000000\\\" style=\\\"font-size: small;\\\"> kalyan Lottery&nbsp;<\/font><br><\/div><div style=\\\"text-align: left;\\\"><b style=\\\"\\\"><font color=\\\"#009900\\\" style=\\\"\\\" size=\\\"3\\\"><u style=\\\"\\\">Play&gt;<\/u><\/font><\/b><font color=\\\"#000000\\\" style=\\\"font-size: small;\\\"> Thai National Lottery<\/font><\/div><div style=\\\"text-align: left;\\\"><b style=\\\"\\\"><font color=\\\"#009900\\\" style=\\\"\\\" size=\\\"3\\\"><u style=\\\"\\\">Upcoming&gt;<\/u><\/font><\/b><font color=\\\"#000000\\\" style=\\\"font-size: small;\\\"> Bangkok Weekly Lottery<\/font><\/div><div style=\\\"text-align: left;\\\"><b style=\\\"\\\"><font color=\\\"#009900\\\" style=\\\"\\\" size=\\\"3\\\"><u style=\\\"\\\">Upcoming&gt;<\/u><\/font><\/b><font color=\\\"#000000\\\" style=\\\"font-size: small;\\\"> Matka Monthly Lottery<\/font><\/div><div style=\\\"text-align: left;\\\"><font style=\\\"\\\" color=\\\"#009900\\\" size=\\\"3\\\"><b style=\\\"\\\"><u style=\\\"\\\">Upcoming&gt;<\/u><\/b><\/font><font style=\\\"font-size: small; color: rgb(0, 0, 0);\\\"> Live Table &amp; Sports &amp; Ludo<\/font><\/div><div style=\\\"text-align: left;\\\"><font color=\\\"rgba(0, 0, 0, 0)\\\" style=\\\"\\\" size=\\\"2\\\">\ud83c\udf0d<\/font><font color=\\\"#ff0000\\\" style=\\\"font-size: small;\\\">Visit&nbsp;&nbsp;<\/font><font color=\\\"#ff0000\\\" style=\\\"font-size: small;\\\">www.betglo24.com<\/font><\/div><div style=\\\"text-align: left;\\\"><font color=\\\"#ff0000\\\" size=\\\"2\\\" style=\\\"\\\">\ud83c\udf0dVisit&nbsp;&nbsp;www.matkaonline24.com<\/font><img style=\\\"text-align: var(--bs-body-text-align); color: var(--bs-body-color); font-size: 1rem;\\\"><\/div>\",\n      \"notice_2\": \"\ud83c\udfa4 Get 5% referral commission for every deposit life time. play kalyan thai bankok matka monthly lottery & win unlimited money. we accept 20+ payment method. deposit time morning 09:00 am to night 10:00 pm & withdrawal time morning 10:00 am to evening 05:00 pm  \ud83c\udf0dVisit our web link: www.betglo24.com \\r\\nwww.matkaonline24.com\",\n      \"notice_3\": \"\ud83c\udfa4 Get 5% referral commission for every deposit life time. play kalyan thai bankok matka monthly lottery & win unlimited money. we accept 20+ payment method. join matka online 24 \u2b50\u2b50\u2b50  \ud83c\udfa4 Get 5% referral commission for every deposit. play kalyan thai bankok matka monthly lottery & win unlimited money. we accept 20+ payment method. join matka online 24 \u2b50\u2b50\u2b50\",\n      \"created_at\": \"2022-12-23T22:17:59.000000Z\",\n      \"updated_at\": \"2023-03-16T02:51:56.000000Z\"\n  },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-user-balance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-user-balance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-user-balance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n      \"success\": true,\n      \"data\": \"0.00000000\",\n      \"message\": \"data retrive successfully.\"\n  },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-payment-gateways",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-payment-gateways",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-payment-gateways"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/get-game-category\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-game-category\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-game-category\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sit",
                                    "description": "The ID of the get game category."
                                },
                                {
                                    "id": "type_id",
                                    "key": "type_id",
                                    "value": "6",
                                    "description": "The ID of the game type."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n          \"id\": 4,\n         \"game_type_id\": 1,\n         \"name\": \"GAME TOTAL\",\n         \"base_name\": \"total\",\n         \"created_at\": \"2022-12-08T12:41:42.000000Z\",\n         \"updated_at\": \"2023-02-26T05:02:49.000000Z\",\n         \"winning_rate\": \"10\",\n         \"status\": \"0\"\n     },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "GET api\/get-kallyan-game",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-kallyan-game",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-kallyan-game"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"data\": [\n      {\n      \"id\": 1,\n      \"name\": \"Milan Morning\",\n      \"created_at\": \"2022-12-24T00:09:55.000000Z\",\n      \"updated_at\": \"2023-03-09T04:59:54.000000Z\",\n      \"type_id\": 5,\n      \"status\": 0,\n      \"game_time\": [\n          {\n              \"id\": 2,\n              \"bazar_id\": 1,\n              \"status\": 0,\n              \"open_time\": \"00:00:00\",\n              \"close_time\": \"10:25:00\",\n              \"created_at\": \"2022-12-24T00:46:14.000000Z\",\n              \"updated_at\": \"2023-02-26T05:06:28.000000Z\"\n          },\n          {\n              \"id\": 3,\n              \"bazar_id\": 1,\n              \"status\": 1,\n              \"open_time\": \"00:00:00\",\n              \"close_time\": \"11:35:00\",\n              \"created_at\": \"2022-12-24T07:30:14.000000Z\",\n              \"updated_at\": \"2023-02-22T07:59:59.000000Z\"\n          }\n      ]\n  },\n  ],\n  \"message\": \"data retrive successfully.\"\n}",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"message\": \"something wrong with URL or parameters\"}",
                            "name": "something wrong with URL or parameters"
                        }
                    ]
                },
                {
                    "name": "Get all deposits from user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-user-deposit-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-user-deposit-history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/send-deposit",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/send-deposit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/send-deposit"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":\"1000\",\"method_code\":0,\"transaction_id\":\"in\",\"mobile\":2287.029348,\"agent_id\":7,\"method_currency\":\"RS\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "\"data\": {\n       \"user_id\": 4,\n       \"method_code\": \"1000\",\n       \"method_currency\": \"RS\",\n       \"amount\": \"100\",\n       \"final_amo\": \"100\",\n       \"agent_id\": \"1\",\n       \"trx\": \"tredty\",\n       \"detail\": \"01312808289\",\n       \"status\": 2,\n       \"updated_at\": \"2023-12-05T14:23:30.000000Z\",\n       \"created_at\": \"2023-12-05T14:23:30.000000Z\",\n       \"id\": 15\n   },\n   \"message\": \"User created successfully.\"",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "\"data\": {\n   \"amount\": [\n       \"The amount field is required.\"\n   ],\n   \"method_code\": [\n       \"The method_code field is required.\"\n   ],\n   \"transaction_id\": [\n       \"The transaction_id field is required.\"\n   ],\n   \"mobile\": [\n       \"The mobile field is required.\"\n   ],\n   \"agent_id\": [\n       \"The agent_id field is required.\"\n   ]\n}",
                            "name": "validation failed"
                        }
                    ]
                },
                {
                    "name": "POST api\/send-withdraw",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/send-withdraw",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/send-withdraw"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":\"1000\",\"method_id\":\"error\",\"mobile\":2089.8,\"method_code\":0,\"method_currency\":\"RS\",\"transaction_id\":\"doloribus\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "\"data\": {\n       \"user_id\": 4,\n       \"method_id\": \"1\",\n       \"amount\": \"1000\",\n       \"final_amount\": \"1000\",\n       \"agent_id\": \"1\",\n       \"trx\": \"CYJM1NGA7OOW\",\n       \"withdraw_information\": \"01233\",\n       \"status\": 2,\n       \"updated_at\": \"2023-12-05T14:47:30.000000Z\",\n       \"created_at\": \"2023-12-05T14:47:30.000000Z\",\n       \"id\": 363\n   },\n   \"message\": \"User created successfully.\"",
                            "name": "success"
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "\"data\": {\n   \"amount\": [\n       \"The amount field is required.\"\n   ],\n   \"method_id\": [\n       \"The method_id field is required.\"\n   ],\n   \"agent_id\": [\n       \"The agent_id field is required.\"\n   ],\n   \"mobile\": [\n       \"The mobile field is required.\"\n   ]\n}",
                            "name": "validation failed"
                        }
                    ]
                },
                {
                    "name": "Get all withdrawls from user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-user-withdraw-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-user-withdraw-history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "API endpoint for sending a balance transfer request from one user to another.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/balance-transfer",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/balance-transfer",
                            "variable": [
                                {
                                    "id": "to_user",
                                    "key": "to_user",
                                    "value": "doloremque",
                                    "description": "The username of the recipient user."
                                },
                                {
                                    "id": "amount",
                                    "key": "amount",
                                    "value": "quis",
                                    "description": "The amount to transfer (numeric, greater than 0)."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"to_user\":\"ex\",\"amount\":1.03015}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get all blance transfer from user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-user-transfer-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-user-transfer-history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/profile-update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile-update",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile-update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"firstname\":\"rerum\",\"lastname\":\"\\\"John\\\"\",\"mobile\":64.402128595,\"address\":\"autem\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "\"success\": true,\n   \"data\": {\n       \"id\": 4,\n       \"firstname\": \"MR\",\n       \"lastname\": \"John\",\n       \"username\": \"testuserone\",\n       \"email\": \"testuserone@gmail.com\",\n       \"country_code\": \"BD\",\n       \"mobile\": \"123654\",\n       \"ref_by\": 0,\n       \"balance\": \"0.00000000\",\n       \"image\": null,\n       \"address\": \"bougra\",\n       \"status\": 1,\n       \"ev\": 1,\n       \"sv\": 1,\n       \"ver_code_send_at\": null,\n       \"ts\": 0,\n       \"tv\": 1,\n       \"tsc\": null,\n       \"kyc_data\": null,\n       \"kv\": 1,\n       \"profile_complete\": 1,\n       \"ban_reason\": null,\n       \"is_agent\": null,\n       \"created_at\": \"2023-12-05T04:36:22.000000Z\",\n       \"updated_at\": \"2023-12-06T14:10:16.000000Z\",\n       \"balance_transfer\": null,\n       \"withdraw\": null,\n       \"personal_access_tokens\": null\n   },\n   \"message\": \"data sent successfully.\"\n}",
                            "name": "{"
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "\"data\": {\n   \"firstname\": [\n       \"The firstname field is required.\"\n   ],\n   \"lastname\": [\n       \"The lastname field is required.\"\n   ],\n   \"mobile\": [\n       \"The mobile field is required.\"\n   ]\n}",
                            "name": "validation failed"
                        }
                    ]
                },
                {
                    "name": "Store a new game bid.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/game-play",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/game-play"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"bazar_id\":13,\"category_id\":18,\"number\":[20129.93],\"point\":[23110.722047456],\"point[]\":17,\"number[]\":7}"
                        },
                        "description": "This function validates the request, checks game time, user balance,\nand processes the game bid transaction.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Store a new Thai game bid.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/thai-game-play",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/thai-game-play"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"number\":[1.1480191],\"category_id\":6,\"total_amount\":11,\"d_amount[]\":5,\"r_amount[]\":20,\"number[]\":6,\"total_discount_amount\":5}"
                        },
                        "description": "This function validates the request, checks game availability, time constraints,\nprocesses the game bid transaction, and updates user balance and admin records.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Logout the authenticated user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/log-out",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/log-out"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}