{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/isumajunnattiarniq-backend.pinnguaq.com"
        }
    ],
    "info": {
        "name": "Kind-Mind",
        "_postman_id": "36401dea-8144-459e-8605-5995d37960f2",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Application Settings",
            "description": "",
            "item": [
                {
                    "name": "List Application Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/application-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/application-settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order_by\":\"desc\",\"search\":\"laborum\",\"paginate\":false,\"page_size\":7}"
                        },
                        "description": "List application settings."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Application Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/application-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/application-settings\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the application setting."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application settings."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Application Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/application-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/application-settings\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the application setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":true,\"key\":\"kcynnmwjplvyjuq\"}"
                        },
                        "description": "Update application settings."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get By Key",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/application-setting\/get-by-key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/application-setting\/get-by-key"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application setting by key."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List Application Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/application-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/application-settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order_by\":\"asc\",\"search\":\"et\",\"paginate\":false,\"page_size\":10}"
                        },
                        "description": "List application settings."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get By Key",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/application-setting\/get-by-key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/application-setting\/get-by-key"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application setting by key."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Authentication",
            "description": "\nAPIs for managing authentication",
            "item": [
                {
                    "name": "User Signup",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"corrupti\",\"last_name\":\"nihil\",\"email\":\"sasha35@example.org\",\"password\":\"P*6OL`Jw&fy^;ZXnb~0z\",\"password_confirmation\":\"quidem\",\"device_id\":\"exercitationem\",\"age_group\":\"natus\"}"
                        },
                        "description": "User registration",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status\": 200,\n   \"message\": [\n       \"User Created Successfully\"\n   ],\n   \"data\": {\n       \"token\": \"2|adXzLdshENdL92eH93VW1IQ2noIYBoiIx94PBUzY\",\n       \"user\": {\n           \"id\": 5,\n           \"first_name\": \"test123\",\n           \"last_name\": \"name123\",\n           \"email\": \"test1@mailinator.com\",\n           \"age_group\": \"youth\",\n           \"created_at\": \"2023-03-06T09:32:06.000000Z\",\n           \"updated_at\": \"2023-03-06T09:32:06.000000Z\",\n           \"role\": [\n               \"user\"\n           ],\n           \"user_detail\": null\n       }\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Guest User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/guest-user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/guest-user"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"device_id\":\"86d72d8a-ad00-49c8-add0-ff2acec176d5\"}"
                        },
                        "description": "Guest User",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "*{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": \"Guest user Created Successfully\",\n   \"data\": {\n       \"token\": \"90|m6isq21T5UxllvvR5ioKzrksA3j6L0gEOalflz49\",\n       \"user\": {\n           \"id\": 22,\n           \"first_name\": 1691144063,\n           \"last_name\": 1691144063,\n           \"email\": \"1691144063@guestuser.com\",\n           \"age_group\": \"youth\",\n           \"created_at\": \"2023-08-04T10:14:23.000000Z\",\n           \"updated_at\": \"2023-08-04T10:14:23.000000Z\",\n           \"role\": [\n               \"guest\"\n           ],\n           \"user_detail\": null\n       }\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "User Login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"rbode@example.org\",\"password\":\"sed\"}"
                        },
                        "description": "User login request",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status\": 200,\n   \"message\": [\n       \"User Logged In Successfully\"\n   ],\n   \"data\": {\n       \"token\": \"3|G16ZrNg2JeIwJvYvzB1pRMzraQaZKYP19kf2LPbh\",\n       \"user\": {\n           \"id\": 5,\n           \"first_name\": \"test123\",\n           \"last_name\": \"name123\",\n           \"email\": \"test1@mailinator.com\",\n           \"age_group\": \"youth\",\n           \"created_at\": \"2023-03-06T09:32:06.000000Z\",\n           \"updated_at\": \"2023-03-06T09:32:06.000000Z\",\n           \"role\": [\n               \"user\"\n           ],\n           \"user_detail\": null\n       }\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "User Profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/profile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get profile from login session"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status\": 200,\n   \"message\": [\n       \"User fetched successfully\"\n   ],\n   \"data\": {\n       \"id\": 5,\n       \"first_name\": \"test123\",\n       \"last_name\": \"name123\",\n       \"email\": \"test1@mailinator.com\",\n       \"age_group\": \"youth\",\n       \"created_at\": \"2023-03-06T09:32:06.000000Z\",\n       \"updated_at\": \"2023-03-06T09:32:06.000000Z\",\n       \"role\": [\n           \"user\"\n       ],\n       \"user_detail\": null\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "User Sign-out",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "User signout request"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status\": 200,\n   \"message\": [\n       \"User Logged Out Successfully\"\n   ],\n   \"data\": []\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/update_profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/update_profile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"fugit\",\"last_name\":\"perspiciatis\",\"email\":\"gnitzsche@example.net\",\"password\":\"6872\",\"password_confirmation\":\"tempora\",\"age_group\":\"officia\"}"
                        },
                        "description": "Update profile from login session"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Exercise",
            "description": "",
            "item": [
                {
                    "name": "List Exercise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exercise",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exercise"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "List application Exercise."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": \"Exercises fetch successfully\",\n   \"data\": {\n       \"list\": [\n           {\n               \"id\": 1,\n               \"season_id\": 1,\n               \"exercise_type_id\": 5,\n               \"title\": \"Exercise 1\",\n               \"description\": \"test\",\n               \"duration\": null,\n               \"attachments\": [\n                  {\n                      \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                      \"type\": \"audio\",\n                      \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                      \"transcript\": null\n                  },\n                  {\n                      \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                      \"type\": \"audio\",\n                      \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                      \"transcript\": null\n                  },\n                  {\n                      \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                      \"type\": \"audio\",\n                      \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                      \"transcript\": null\n                  },\n                  {\n                      \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                      \"type\": \"audio\",\n                     \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                      \"transcript\": null\n                 }\n             ],\n             \"exerciseType\": {\n                 \"id\": 5,\n                 \"name\": \"Sounds\",\n                 \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/listen.png\",\n                 \"content_type\": \"audio\",\n                 \"status\": 1\n               },\n               \"season\": {\n                   \"id\": 1,\n                   \"name\": \"Ukiuq\",\n                   \"logo\": \"http:\/\/kind-mind-backend.local\/assets\/images\/bg_image.png\",\n                   \"icon\": \"http:\/\/kind-mind-backend.local\/assets\/icons\/spring.svg\",\n                   \"lang\": \"en\",\n                   \"content\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\",\n                   \"other\": {\n                       \"gradient_color\": [\n                           \"#82A9D3\",\n                           \"#A7C2E0\"\n                       ],\n                       \"background_color\": \"#82A9D3\"\n                   }\n               }\n           }\n       ],\n       \"pagination\": {\n           \"total\": 1,\n           \"current\": 1,\n           \"first\": 1,\n           \"last\": 1,\n           \"previous\": 0,\n           \"next\": 1,\n           \"pages\": [\n               1\n             ],\n             \"from\": 1,\n             \"to\": 1\n         }\n     }\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Exercise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exercise",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exercise"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"__asterisk__\":{\"title\":\"nisi\",\"season_id\":\"amet\",\"exercise_type_id\":\"ut\",\"attachments\":[{\"file\":\"https:\\\/\\\/www.muller.com\\\/quo-commodi-magnam-et-quaerat\",\"background_image\":\"http:\\\/\\\/www.kautzer.com\\\/voluptas-atque-sit-ut-autem-laborum-minima.html\",\"type\":\"audio\"}],\"is_additional\":false}}"
                        },
                        "description": "Store application Exercise."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Exercise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exercise\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exercise\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the exercise."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application Exercise."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"success\": true,\n     \"status_code\": 200,\n     \"message\": \"Exercise fetch successfully\",\n     \"data\": {\n         \"id\": 1,\n         \"season_id\": 1,\n         \"exercise_type_id\": 5,\n         \"title\": \"Exercise 1\",\n         \"description\": \"test\",\n         \"duration\": null,\n         \"attachments\": [\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             }\n         ]\n     }\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Exercise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exercise\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exercise\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the exercise."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"__asterisk__\":{\"title\":\"ipsa\",\"season_id\":\"ex\",\"exercise_type_id\":\"accusantium\",\"attachments\":[{\"file\":\"explicabo\",\"type\":\"video\"}],\"is_additional\":true}}"
                        },
                        "description": "Update application Exercise."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"success\": true,\n     \"status_code\": 200,\n     \"message\": \"Exercise updated successfully\",\n     \"data\": {\n         \"id\": 1,\n         \"season_id\": 1,\n         \"exercise_type_id\": 5,\n         \"title\": \"Exercise 1\",\n         \"description\": \"test\",\n         \"duration\": 22 sec,\n         \"attachments\": [\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             }\n         ]\n     }\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Exercise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exercise\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exercise\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the exercise."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete application Exercise."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"success\": true,\n     \"status_code\": 200,\n     \"message\": \"Exercise deleted successfully\",\n     \"data\": {\n         \"id\": 1,\n         \"season_id\": 1,\n         \"exercise_type_id\": 5,\n         \"title\": \"Exercise 1\",\n         \"description\": \"test\",\n         \"duration\": 22 sec,\n         \"attachments\": [\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             }\n         ]\n     }\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/update-exercises",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/update-exercises",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/update-exercises"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"__asterisk__\":{\"title\":\"fuga\",\"season_id\":\"beatae\",\"exercise_type_id\":\"et\",\"attachments\":[{\"file\":\"http:\\\/\\\/kovacek.com\\\/\",\"background_image\":\"http:\\\/\\\/www.gaylord.com\\\/\",\"type\":\"audio\"}],\"is_additional\":false}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete Multiple Exercises",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/delete-exercises",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/delete-exercises"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete multiple Exercises."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"success\": true,\n     \"status_code\": 200,\n     \"message\": \"Exercise deleted successfully\",\n     \"data\": true\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Exercise Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get_exercise_types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get_exercise_types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"paginate\":true,\"page_size\":13}"
                        },
                        "description": "Get application Exercise Types."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List Exercise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/exercise",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/exercise"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "List application Exercise."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": \"Exercises fetch successfully\",\n   \"data\": {\n       \"list\": [\n           {\n               \"id\": 1,\n               \"season_id\": 1,\n               \"exercise_type_id\": 5,\n               \"title\": \"Exercise 1\",\n               \"description\": \"test\",\n               \"duration\": null,\n               \"attachments\": [\n                  {\n                      \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                      \"type\": \"audio\",\n                      \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                      \"transcript\": null\n                  },\n                  {\n                      \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                      \"type\": \"audio\",\n                      \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                      \"transcript\": null\n                  },\n                  {\n                      \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                      \"type\": \"audio\",\n                      \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                      \"transcript\": null\n                  },\n                  {\n                      \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                      \"type\": \"audio\",\n                     \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                      \"transcript\": null\n                 }\n             ],\n             \"exerciseType\": {\n                 \"id\": 5,\n                 \"name\": \"Sounds\",\n                 \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/listen.png\",\n                 \"content_type\": \"audio\",\n                 \"status\": 1\n               },\n               \"season\": {\n                   \"id\": 1,\n                   \"name\": \"Ukiuq\",\n                   \"logo\": \"http:\/\/kind-mind-backend.local\/assets\/images\/bg_image.png\",\n                   \"icon\": \"http:\/\/kind-mind-backend.local\/assets\/icons\/spring.svg\",\n                   \"lang\": \"en\",\n                   \"content\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\",\n                   \"other\": {\n                       \"gradient_color\": [\n                           \"#82A9D3\",\n                           \"#A7C2E0\"\n                       ],\n                       \"background_color\": \"#82A9D3\"\n                   }\n               }\n           }\n       ],\n       \"pagination\": {\n           \"total\": 1,\n           \"current\": 1,\n           \"first\": 1,\n           \"last\": 1,\n           \"previous\": 0,\n           \"next\": 1,\n           \"pages\": [\n               1\n             ],\n             \"from\": 1,\n             \"to\": 1\n         }\n     }\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Exercise",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/exercise\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/exercise\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the exercise."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application Exercise."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"success\": true,\n     \"status_code\": 200,\n     \"message\": \"Exercise fetch successfully\",\n     \"data\": {\n         \"id\": 1,\n         \"season_id\": 1,\n         \"exercise_type_id\": 5,\n         \"title\": \"Exercise 1\",\n         \"description\": \"test\",\n         \"duration\": null,\n         \"attachments\": [\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             },\n             {\n                 \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                 \"type\": \"audio\",\n                 \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                 \"transcript\": null\n             }\n         ]\n     }\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Exercise Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/get-exercise-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/get-exercise-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"paginate\":true,\"page_size\":5}"
                        },
                        "description": "Get application Exercise Types."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Exercise Types",
            "description": "",
            "item": [
                {
                    "name": "List Exercise Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exercise-type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exercise-type"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"paginate\":true,\"page_size\":19,\"season_id\":13}"
                        },
                        "description": "List of all Exercise types."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Exercise Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exercise-type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exercise-type"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Store exercise types."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Exercise Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exercise-type\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exercise-type\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the exercise type."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show Exercise type."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Exercise Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exercise-type\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exercise-type\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the exercise type."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"aut\",\"background_image\":\"tempora\"}"
                        },
                        "description": "Update Exercise type."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Multiple Exercise Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/update-exercise-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/update-exercise-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List Exercise Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/exercise-type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/exercise-type"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"paginate\":false,\"page_size\":10,\"season_id\":9}"
                        },
                        "description": "List of all Exercise types."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Exercise Type",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/exercise-type\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/exercise-type\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the exercise type."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show Exercise type."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Feed Backs",
            "description": "",
            "item": [
                {
                    "name": "List Feed Backs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feed-backs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feed-backs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order_by\":\"desc\",\"search\":\"ipsum\",\"paginate\":false,\"page_size\":13}"
                        },
                        "description": "List application feed back."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Feed Backs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feed-backs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feed-backs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"eaque\",\"exercise_id\":\"inventore\",\"rating\":1}"
                        },
                        "description": "Store application feed back."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Feed Backs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feed-backs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feed-backs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the feed back."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application feed back."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Feed Backs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/feed-backs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/feed-backs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"aliquid\",\"exercise_id\":\"commodi\",\"rating\":13}"
                        },
                        "description": "Store application feed back."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Permissions",
            "description": "\nAPIs for managing permissions",
            "item": [
                {
                    "name": "Get All Permission.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions",
                            "query": [
                                {
                                    "key": "search",
                                    "value": "view",
                                    "description": "Filter by name.",
                                    "disabled": false
                                },
                                {
                                    "key": "paginate",
                                    "value": "debitis",
                                    "description": "Paginate the record.Example : true",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/permissions?search=view&paginate=debitis"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"status\":401,\"message\":\"you are not authenticated. Please login.\",\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Permission.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get Permission.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"status\":401,\"message\":\"you are not authenticated. Please login.\",\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Permission.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove Permission.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                },
                                {
                                    "id": "permission",
                                    "key": "permission",
                                    "value": "3",
                                    "description": "The ID of the permission"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Quotes",
            "description": "",
            "item": [
                {
                    "name": "List Quotes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/quotes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/quotes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order_by\":\"desc\",\"search\":\"quis\",\"paginate\":false,\"page_size\":11}"
                        },
                        "description": "List application Quotes."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Quotes fetch successfully\"\n   ],\n   \"data\": {\n       \"list\": [\n           {\n               \"id\": 1,\n               \"title\": \"Quote 1\",\n               \"description\": \"The description should tell the tester what they're going to test. Sometimes this section might also include other pertinent information such as the test environment, test data, and preconditions\/assumptions. A description should be easy to read and immediately communicate the high-level goal of the test.\",\n               \"image\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/quote\/QBJxVb4J3EGXFSJ57JXt1SqZnrzpZYmwrCstNTTk.jpg\"\n           }\n       ],\n       \"pagination\": {\n           \"total\": 1,\n           \"current\": 1,\n           \"first\": 1,\n           \"last\": 1,\n           \"previous\": 0,\n           \"next\": 1,\n           \"pages\": [\n               1\n           ],\n           \"from\": 1,\n           \"to\": 1\n       }\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Quotes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/quotes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/quotes"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"sit\",\"description\":\"omnis\",\"image\":\"perferendis\"}"
                        },
                        "description": "Store application Quotes."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Quotes created successfully\"\n   ],\n   \"data\": {\n       \"id\": 3,\n       \"title\": \"Quote test\",\n       \"description\": \"The description should tell the tester what they're going to test. Sometimes this section might also include other pertinent information such as the test environment, test data, and preconditions\/assumptions. A description should be easy to read and immediately communicate the high-level goal of the test.\",\n       \"image\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/quote\/KuOlx5zDPAQlvPAD1dl4rSUE0xU7RkKPsogV31m7.jpg\"\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Quotes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/quotes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/quotes\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the quote."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application Quotes."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Quotes fetch successfully\"\n   ],\n   \"data\": {\n       \"id\": 3,\n       \"title\": \"Quote test\",\n       \"description\": \"The description should tell the tester what they're going to test. Sometimes this section might also include other pertinent information such as the test environment, test data, and preconditions\/assumptions. A description should be easy to read and immediately communicate the high-level goal of the test.\",\n       \"image\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/quote\/KuOlx5zDPAQlvPAD1dl4rSUE0xU7RkKPsogV31m7.jpg\"\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Quotes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/quotes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/quotes\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the quote."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"incidunt\",\"description\":\"laboriosam\"}"
                        },
                        "description": "Update application Quotes."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Quotes updated successfully\"\n   ],\n   \"data\": {\n       \"id\": 3,\n       \"title\": \"quote test update\",\n       \"description\": \"The description should tell the tester what they're going to test. Sometimes this section might also include other pertinent information such as the test environment\",\n       \"image\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/quote\/kR1NTNt26mOmCy8aWtiyyfK6S5F9Xf0Obufr5Ka6.jpg\"\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Quotes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/quotes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/quotes\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the quote."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete application Quotes."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Quotes deleted successfully\"\n   ],\n   \"data\": {\n       \"id\": 3,\n       \"title\": \"quote test update\",\n       \"description\": \"The description should tell the tester what they're going to test. Sometimes this section might also include other pertinent information such as the test environment\",\n       \"image\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/quote\/kR1NTNt26mOmCy8aWtiyyfK6S5F9Xf0Obufr5Ka6.jpg\"\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List Quotes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/quotes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/quotes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order_by\":\"desc\",\"search\":\"sapiente\",\"paginate\":true,\"page_size\":3}"
                        },
                        "description": "List application Quotes."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Quotes fetch successfully\"\n   ],\n   \"data\": {\n       \"list\": [\n           {\n               \"id\": 1,\n               \"title\": \"Quote 1\",\n               \"description\": \"The description should tell the tester what they're going to test. Sometimes this section might also include other pertinent information such as the test environment, test data, and preconditions\/assumptions. A description should be easy to read and immediately communicate the high-level goal of the test.\",\n               \"image\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/quote\/QBJxVb4J3EGXFSJ57JXt1SqZnrzpZYmwrCstNTTk.jpg\"\n           }\n       ],\n       \"pagination\": {\n           \"total\": 1,\n           \"current\": 1,\n           \"first\": 1,\n           \"last\": 1,\n           \"previous\": 0,\n           \"next\": 1,\n           \"pages\": [\n               1\n           ],\n           \"from\": 1,\n           \"to\": 1\n       }\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Quotes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/quotes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/quotes\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the quote."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application Quotes."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Quotes fetch successfully\"\n   ],\n   \"data\": {\n       \"id\": 3,\n       \"title\": \"Quote test\",\n       \"description\": \"The description should tell the tester what they're going to test. Sometimes this section might also include other pertinent information such as the test environment, test data, and preconditions\/assumptions. A description should be easy to read and immediately communicate the high-level goal of the test.\",\n       \"image\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/quote\/KuOlx5zDPAQlvPAD1dl4rSUE0xU7RkKPsogV31m7.jpg\"\n   }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Roles",
            "description": "\nAPIs for managing roles",
            "item": [
                {
                    "name": "Get All Roles.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles",
                            "query": [
                                {
                                    "key": "search",
                                    "value": "admin",
                                    "description": "Filter by name.",
                                    "disabled": false
                                },
                                {
                                    "key": "paginate",
                                    "value": "autem",
                                    "description": "Paginate the record.Example : true",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/roles?search=admin&paginate=autem"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n     \"success\": true,\n     \"status_code\": 200,\n     \"message\": \"Roles fetch successfully\",\n     \"data\": {\n         \"list\": [\n             {\n                 \"id\": 1,\n                 \"name\": \"admin\",\n                 \"permissions\": [\n                     {\n                         \"id\": 1,\n                         \"name\": \"create\"\n                     },\n                     {\n                         \"id\": 2,\n                         \"name\": \"read\"\n                     },\n                     {\n                         \"id\": 3,\n                         \"name\": \"update\"\n                     },\n                     {\n                         \"id\": 4,\n                         \"name\": \"delete\"\n                     }\n                 ]\n             },\n             {\n                 \"id\": 2,\n                 \"name\": \"manager\",\n                 \"permissions\": []\n             },\n             {\n                 \"id\": 3,\n                 \"name\": \"user\",\n                 \"permissions\": []\n             },\n             {\n                 \"id\": 4,\n                 \"name\": \"guest\",\n                 \"permissions\": []\n             }\n         ],\n         \"pagination\": {\n             \"total\": 4,\n             \"current\": 1,\n             \"first\": 1,\n             \"last\": 1,\n             \"previous\": 0,\n             \"next\": 1,\n             \"pages\": [\n                 1\n             ],\n             \"from\": 1,\n             \"to\": 4\n         }\n     }\n }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Role.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get Role.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"status\":401,\"message\":\"you are not authenticated. Please login.\",\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Role.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove Role.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Season",
            "description": "",
            "item": [
                {
                    "name": "Get All Seasons",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/season",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/season"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Seasons and their exercises list."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Seasons and their exercises are Fetched successfully\"\n   ],\n   \"data\": [\n       {\n           \"id\": 1,\n           \"name\": \"Ukiuq\",\n           \"logo\": \"http:\/\/kind-mind-backend.local\/assets\/images\/bg_image.png\",\n           \"icon\": \"http:\/\/kind-mind-backend.local\/assets\/icons\/spring.svg\",\n           \"lang\": \"en\",\n           \"content\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\",\n           \"other\": {\n               \"gradient_color\": [\n                   \"#82A9D3\",\n                   \"#A7C2E0\"\n               ],\n               \"background_color\": \"#82A9D3\"\n          },\n          \"exercise_types\": [\n              {\n                  \"id\": 1,\n                  \"name\": \"Breath\",\n                  \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/breath.png\",\n                  \"content_type\": \"video\",\n                  \"status\": 1,\n                  \"exercise\": {\n                      \"id\": 4,\n                      \"season_id\": 1,\n                      \"exercise_type_id\": 1,\n                       \"title\": \"Exercise B1\",\n                       \"description\": \"test\",\n                       \"duration\": \"241 sec\",\n                       \"attachments\": [\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/big_buck_bunny_720p_1mb.mp4\",\n                               \"type\": \"video\",\n                               \"background_image\": null,\n                               \"transcript\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\"\n                           }\n                       ]\n                   }\n               },\n               {\n                   \"id\": 3,\n                   \"name\": \"Imagine\",\n                   \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/imagine.png\",\n                   \"content_type\": \"video\",\n                   \"status\": 1,\n                   \"exercise\": {\n                       \"id\": 11,\n                       \"season_id\": 1,\n                       \"exercise_type_id\": 3,\n                       \"title\": \"Exercise imagine\",\n                       \"description\": \"test\",\n                       \"duration\": \"0 sec\",\n                       \"attachments\": [\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp4\",\n                               \"type\": \"video\",\n                               \"background_image\": null,\n                               \"transcript\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\"\n                           }\n                       ]\n                   }\n               },\n               {\n                   \"id\": 5,\n                   \"name\": \"Sounds\",\n                   \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/listen.png\",\n                   \"content_type\": \"audio\",\n                   \"status\": 1,\n                   \"exercise\": {\n                       \"id\": 1,\n                       \"season_id\": 1,\n                       \"exercise_type_id\": 5,\n                       \"title\": \"Exercise 1\",\n                       \"description\": \"test\",\n                       \"duration\": null,\n                       \"attachments\": [\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                               \"type\": \"audio\",\n                               \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                               \"transcript\": null\n                           },\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                               \"type\": \"audio\",\n                               \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                               \"transcript\": null\n                           },\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                               \"type\": \"audio\",\n                               \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                               \"transcript\": null\n                           },\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                               \"type\": \"audio\",\n                               \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                               \"transcript\": null\n                           }\n                       ]\n                   }\n               },\n               {\n                   \"id\": 7,\n                   \"name\": \"Story Telling\",\n                   \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/storytelling.png\",\n                   \"content_type\": \"video\",\n                   \"status\": 1,\n                   \"exercise\": null\n               }\n           ]\n       }\n   ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Season",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/season",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/season"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Store application Season."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Season created successfully\"\n   ],\n   \"data\": {\n       \"id\": 1,\n       \"name\": \"Ukiuq\",\n       \"logo\": \"http:\/\/kind-mind-backend.local\/assets\/images\/bg_image.png\",\n       \"icon\": \"http:\/\/kind-mind-backend.local\/assets\/icons\/spring.svg\"\n       \"lang\": \"en\",\n       \"content\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\",\n       \"other\": {\n         \"gradient_color\": [\n             \"#82A9D3\",\n             \"#A7C2E0\"\n         ],\n         \"background_color\": \"#82A9D3\"\n       }\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Season",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/season\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/season\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the season."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application Season."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Season fetched successfully\"\n   ],\n   \"data\": {\n       \"id\": 1,\n       \"name\": \"Ukiuq\",\n       \"logo\": \"http:\/\/kind-mind-backend.local\/assets\/images\/bg_image.png\",\n       \"icon\": \"http:\/\/kind-mind-backend.local\/assets\/icons\/spring.svg\",\n       \"lang\": \"en\",\n       \"content\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\",\n       \"other\": {\n           \"gradient_color\": [\n               \"#82A9D3\",\n               \"#A7C2E0\"\n           ],\n           \"background_color\": \"#82A9D3\"\n       },\n       \"exercise_types\": [\n           {\n               \"id\": 1,\n               \"name\": \"Breath\",\n               \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/breath.png\",\n               \"content_type\": \"video\",\n               \"status\": 1,\n               \"exercise\": {\n                   \"id\": 4,\n                   \"season_id\": 1,\n                   \"exercise_type_id\": 1,\n                   \"title\": \"Exercise B1\",\n                   \"description\": \"test\",\n                   \"duration\": \"241 sec\",\n                   \"attachments\": [\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/big_buck_bunny_720p_1mb.mp4\",\n                           \"type\": \"video\",\n                           \"background_image\": null,\n                           \"transcript\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\"\n                       }\n                   ]\n               }\n           },\n           {\n               \"id\": 3,\n               \"name\": \"Imagine\",\n               \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/imagine.png\",\n               \"content_type\": \"video\",\n               \"status\": 1,\n               \"exercise\": {\n                   \"id\": 11,\n                   \"season_id\": 1,\n                   \"exercise_type_id\": 3,\n                   \"title\": \"Exercise imagine\",\n                   \"description\": \"test\",\n                   \"duration\": \"0 sec\",\n                   \"attachments\": [\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp4\",\n                           \"type\": \"video\",\n                           \"background_image\": null,\n                           \"transcript\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\"\n                       }\n                   ]\n               }\n           },\n           {\n               \"id\": 5,\n               \"name\": \"Sounds\",\n               \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/listen.png\",\n               \"content_type\": \"audio\",\n               \"status\": 1,\n               \"exercise\": {\n                   \"id\": 1,\n                   \"season_id\": 1,\n                   \"exercise_type_id\": 5,\n                   \"title\": \"Exercise 1\",\n                   \"description\": \"test\",\n                   \"duration\": null,\n                   \"attachments\": [\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                           \"type\": \"audio\",\n                           \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                           \"transcript\": null\n                       },\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                           \"type\": \"audio\",\n                           \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                           \"transcript\": null\n                       },\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                           \"type\": \"audio\",\n                           \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                           \"transcript\": null\n                       },\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                           \"type\": \"audio\",\n                           \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                           \"transcript\": null\n                       }\n                   ]\n               }\n           },\n           {\n               \"id\": 7,\n               \"name\": \"Story Telling\",\n               \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/storytelling.png\",\n               \"content_type\": \"video\",\n               \"status\": 1,\n               \"exercise\": null\n           }\n      ]\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Season",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/season\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/season\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the season."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"lypolmzbtelvrqdnczlmxbpl\",\"logo\":\"veritatis\",\"icon\":\"sit\",\"other\":\"non\"}"
                        },
                        "description": "Update application Season."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Season updated successfully\"\n   ],\n   \"data\": {\n       \"id\": 1,\n       \"name\": \"Ukiuq\",\n       \"logo\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/season\/DizpzKTHrugvVZZJZimsriosOsgGI8LBgXhEZBBd.jpg\",\n       \"icon\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/season\/RhczHIHvwQVfKNV4I4gtqR9FD7zFgpiKwSQyH0zk.jpg\"\n       \"lang\": \"en\",\n       \"content\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\",\n       \"other\": {\n         \"gradient_color\": [\n             \"#82A9D3\",\n             \"#A7C2E0\"\n         ],\n         \"background_color\": \"#82A9D3\"\n       }\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Season",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/season\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/season\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the season."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete application Season."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Season deleted successfully\"\n   ],\n   \"data\": {\n       \"id\": 1,\n       \"name\": \"Ukiuq\",\n       \"logo\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/season\/DizpzKTHrugvVZZJZimsriosOsgGI8LBgXhEZBBd.jpg\",\n       \"icon\": \"https:\/\/kind-mind.s3.amazonaws.com\/local\/images\/season\/RhczHIHvwQVfKNV4I4gtqR9FD7zFgpiKwSQyH0zk.jpg\",\n       \"lang\": \"en\",\n       \"content\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\",\n       \"other\": {\n         \"gradient_color\": [\n             \"#82A9D3\",\n             \"#A7C2E0\"\n         ],\n         \"background_color\": \"#82A9D3\"\n       }\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Multiple Seasons",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/update-seasons",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/update-seasons"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get All Seasons",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/season",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/season"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Seasons and their exercises list."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Seasons and their exercises are Fetched successfully\"\n   ],\n   \"data\": [\n       {\n           \"id\": 1,\n           \"name\": \"Ukiuq\",\n           \"logo\": \"http:\/\/kind-mind-backend.local\/assets\/images\/bg_image.png\",\n           \"icon\": \"http:\/\/kind-mind-backend.local\/assets\/icons\/spring.svg\",\n           \"lang\": \"en\",\n           \"content\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\",\n           \"other\": {\n               \"gradient_color\": [\n                   \"#82A9D3\",\n                   \"#A7C2E0\"\n               ],\n               \"background_color\": \"#82A9D3\"\n          },\n          \"exercise_types\": [\n              {\n                  \"id\": 1,\n                  \"name\": \"Breath\",\n                  \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/breath.png\",\n                  \"content_type\": \"video\",\n                  \"status\": 1,\n                  \"exercise\": {\n                      \"id\": 4,\n                      \"season_id\": 1,\n                      \"exercise_type_id\": 1,\n                       \"title\": \"Exercise B1\",\n                       \"description\": \"test\",\n                       \"duration\": \"241 sec\",\n                       \"attachments\": [\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/big_buck_bunny_720p_1mb.mp4\",\n                               \"type\": \"video\",\n                               \"background_image\": null,\n                               \"transcript\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\"\n                           }\n                       ]\n                   }\n               },\n               {\n                   \"id\": 3,\n                   \"name\": \"Imagine\",\n                   \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/imagine.png\",\n                   \"content_type\": \"video\",\n                   \"status\": 1,\n                   \"exercise\": {\n                       \"id\": 11,\n                       \"season_id\": 1,\n                       \"exercise_type_id\": 3,\n                       \"title\": \"Exercise imagine\",\n                       \"description\": \"test\",\n                       \"duration\": \"0 sec\",\n                       \"attachments\": [\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp4\",\n                               \"type\": \"video\",\n                               \"background_image\": null,\n                               \"transcript\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\"\n                           }\n                       ]\n                   }\n               },\n               {\n                   \"id\": 5,\n                   \"name\": \"Sounds\",\n                   \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/listen.png\",\n                   \"content_type\": \"audio\",\n                   \"status\": 1,\n                   \"exercise\": {\n                       \"id\": 1,\n                       \"season_id\": 1,\n                       \"exercise_type_id\": 5,\n                       \"title\": \"Exercise 1\",\n                       \"description\": \"test\",\n                       \"duration\": null,\n                       \"attachments\": [\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                               \"type\": \"audio\",\n                               \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                               \"transcript\": null\n                           },\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                               \"type\": \"audio\",\n                               \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                               \"transcript\": null\n                           },\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                               \"type\": \"audio\",\n                               \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                               \"transcript\": null\n                           },\n                           {\n                               \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                               \"type\": \"audio\",\n                               \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                               \"transcript\": null\n                           }\n                       ]\n                   }\n               },\n               {\n                   \"id\": 7,\n                   \"name\": \"Story Telling\",\n                   \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/storytelling.png\",\n                   \"content_type\": \"video\",\n                   \"status\": 1,\n                   \"exercise\": null\n               }\n           ]\n       }\n   ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Season",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/app\/season\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/app\/season\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the season."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Show application Season."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"success\": true,\n   \"status_code\": 200,\n   \"message\": [\n       \"Season fetched successfully\"\n   ],\n   \"data\": {\n       \"id\": 1,\n       \"name\": \"Ukiuq\",\n       \"logo\": \"http:\/\/kind-mind-backend.local\/assets\/images\/bg_image.png\",\n       \"icon\": \"http:\/\/kind-mind-backend.local\/assets\/icons\/spring.svg\",\n       \"lang\": \"en\",\n       \"content\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\",\n       \"other\": {\n           \"gradient_color\": [\n               \"#82A9D3\",\n               \"#A7C2E0\"\n           ],\n           \"background_color\": \"#82A9D3\"\n       },\n       \"exercise_types\": [\n           {\n               \"id\": 1,\n               \"name\": \"Breath\",\n               \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/breath.png\",\n               \"content_type\": \"video\",\n               \"status\": 1,\n               \"exercise\": {\n                   \"id\": 4,\n                   \"season_id\": 1,\n                   \"exercise_type_id\": 1,\n                   \"title\": \"Exercise B1\",\n                   \"description\": \"test\",\n                   \"duration\": \"241 sec\",\n                   \"attachments\": [\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/big_buck_bunny_720p_1mb.mp4\",\n                           \"type\": \"video\",\n                           \"background_image\": null,\n                           \"transcript\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\"\n                       }\n                   ]\n               }\n           },\n           {\n               \"id\": 3,\n               \"name\": \"Imagine\",\n               \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/imagine.png\",\n               \"content_type\": \"video\",\n               \"status\": 1,\n               \"exercise\": {\n                   \"id\": 11,\n                   \"season_id\": 1,\n                   \"exercise_type_id\": 3,\n                   \"title\": \"Exercise imagine\",\n                   \"description\": \"test\",\n                   \"duration\": \"0 sec\",\n                   \"attachments\": [\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp4\",\n                           \"type\": \"video\",\n                           \"background_image\": null,\n                           \"transcript\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit sed\"\n                       }\n                   ]\n               }\n           },\n           {\n               \"id\": 5,\n               \"name\": \"Sounds\",\n               \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/listen.png\",\n               \"content_type\": \"audio\",\n               \"status\": 1,\n               \"exercise\": {\n                   \"id\": 1,\n                   \"season_id\": 1,\n                   \"exercise_type_id\": 5,\n                   \"title\": \"Exercise 1\",\n                   \"description\": \"test\",\n                   \"duration\": null,\n                   \"attachments\": [\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                           \"type\": \"audio\",\n                           \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                           \"transcript\": null\n                       },\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                           \"type\": \"audio\",\n                           \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                           \"transcript\": null\n                       },\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                           \"type\": \"audio\",\n                           \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                           \"transcript\": null\n                       },\n                       {\n                           \"file\": \"https:\/\/kind-mind.s3.amazonaws.com\/file\/Exercise\/pixel.mp3\",\n                           \"type\": \"audio\",\n                           \"background_image\": \"https:\/\/via.placeholder.com\/240x300\",\n                           \"transcript\": null\n                       }\n                   ]\n               }\n           },\n           {\n               \"id\": 7,\n               \"name\": \"Story Telling\",\n               \"background_image\": \"http:\/\/kind-mind-backend.local\/assets\/images\/storytelling.png\",\n               \"content_type\": \"video\",\n               \"status\": 1,\n               \"exercise\": null\n           }\n      ]\n   }\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "value": null,
                "type": "string"
            }
        ]
    }
}