{
    "info": {
        "_postman_id": "bc108bf0-bc3a-4f44-af21-72243cb722be",
        "name": "API contemporanea Staging",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "User Register",
            "protocolProfileBehavior": {
                "disabledSystemHeaders": {
                    "accept": true
                }
            },
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "name",
                            "value": "João",
                            "type": "default"
                        },
                        {
                            "key": "email",
                            "value": "joao+3@eae.pt",
                            "type": "default"
                        },
                        {
                            "key": "password",
                            "value": "123456789",
                            "type": "default"
                        },
                        {
                            "key": "password_confirmation",
                            "value": "123456789",
                            "type": "default"
                        },
                        {
                            "key": "language_id",
                            "value": "en",
                            "type": "default"
                        },
                        {
                            "key": "fcm_token",
                            "value": "SZK4A8hsAUMJlQc26uW4:APA91bHqAZs0j53DjoSfM6yOcbwuQ7VyMw1bZhoGx3m3EVHWC2B2zRAVfdFGwMVLkP1kOno-HiW2Tohb7oKb7U6qPtgXo_P_uI5CtSAn5NRcw1jA0vInjgCrM9PQ4ODm98MPynE09L_s",
                            "type": "default"
                        },
                        {
                            "key": "device_id",
                            "value": "testing device xpto joao2",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/register",
                    "protocol": "http",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "register"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Login",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vY29udGVtcG9yYW5lYS5sbmRvLnNpdGUvYXBpL3YxL2xvZ2luIiwiaWF0IjoxNjU1ODIzNDA4LCJleHAiOjE2NTYwODI2MDgsIm5iZiI6MTY1NTgyMzQwOCwianRpIjoic3B0d2pJZWN0QW0yWFh5byIsInN1YiI6IjIiLCJwcnYiOiIyM2JkNWM4OTQ5ZjYwMGFkYjM5ZTcwMWM0MDA4NzJkYjdhNTk3NmY3In0.tnK5pS7R6fwd1MpJ98LW-0Knt-vFmTXBW7nqI6NxxXY",
                        "type": "default",
                        "disabled": true
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "email",
                            "value": "luis.dias@eae.pt",
                            "type": "default"
                        },
                        {
                            "key": "password",
                            "value": "123456789",
                            "type": "default"
                        },
                        {
                            "key": "device_id",
                            "value": "testing device",
                            "type": "default"
                        },
                        {
                            "key": "fcm_token",
                            "value": "eZSZK4A8hsAUMJlQc26uW4:APA91bFFNz9c5twZ7L2ewaITY0lJ3qIyJHiXIds8C2En4dNlltJF5rQxTLFay2ACVahIY8_6v1TQMXOmYQH1HK6moOsU6KRxLQTX5lXGqpMypheXg_olxyqNEBKn9wkHsIMAp_GayKLc",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/login",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "login"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API Logout",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vY29udGVtcG9yYW5lYS5sbmRvLnNpdGUvYXBpL3YxL2xvZ2luIiwiaWF0IjoxNjU3MDM4NjAyLCJleHAiOjE2NTcyOTc4MDIsIm5iZiI6MTY1NzAzODYwMiwianRpIjoiRTlxRlhLaVNIbHBLbVpXdyIsInN1YiI6IjE1IiwicHJ2IjoiMjNiZDVjODk0OWY2MDBhZGIzOWU3MDFjNDAwODcyZGI3YTU5NzZmNyJ9.BWeMI1g-FpSJSmwtPk0oEeWWx11TP5gOIU-xCrSllBw",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/logout",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "logout"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API Request password change code",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vY29udGVtcG9yYW5lYS5sbmRvLnNpdGUvYXBpL3YxL2xvZ2luIiwiaWF0IjoxNjU3MDM4NjAyLCJleHAiOjE2NTcyOTc4MDIsIm5iZiI6MTY1NzAzODYwMiwianRpIjoiRTlxRlhLaVNIbHBLbVpXdyIsInN1YiI6IjE1IiwicHJ2IjoiMjNiZDVjODk0OWY2MDBhZGIzOWU3MDFjNDAwODcyZGI3YTU5NzZmNyJ9.BWeMI1g-FpSJSmwtPk0oEeWWx11TP5gOIU-xCrSllBw",
                        "type": "default",
                        "disabled": true
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "email",
                            "value": "luis.dias@eae.pt",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/forgot-password",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "forgot-password"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API Request Reset Password",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vY29udGVtcG9yYW5lYS5sbmRvLnNpdGUvYXBpL3YxL2xvZ2luIiwiaWF0IjoxNjU3MDM4NjAyLCJleHAiOjE2NTcyOTc4MDIsIm5iZiI6MTY1NzAzODYwMiwianRpIjoiRTlxRlhLaVNIbHBLbVpXdyIsInN1YiI6IjE1IiwicHJ2IjoiMjNiZDVjODk0OWY2MDBhZGIzOWU3MDFjNDAwODcyZGI3YTU5NzZmNyJ9.BWeMI1g-FpSJSmwtPk0oEeWWx11TP5gOIU-xCrSllBw",
                        "type": "default",
                        "disabled": true
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "email",
                            "value": "luis.dias@eae.pt",
                            "type": "text"
                        },
                        {
                            "key": "password",
                            "value": "123456789",
                            "type": "text"
                        },
                        {
                            "key": "password_confirmation",
                            "value": "123456789",
                            "type": "text"
                        },
                        {
                            "key": "password_token",
                            "value": "70f75e96c90bdad34ed14115f02ce47a560367125d8ca5d9386b6c1a8eef26e4",
                            "type": "text"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/reset-password",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "reset-password"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API User Profile",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2NvbnRlbXBvcmFuZWEubG5kby5zaXRlL2FwaS92MS9sb2dpbiIsImlhdCI6MTY1ODc0ODE0OSwiZXhwIjoxNjU5MDA3MzQ5LCJuYmYiOjE2NTg3NDgxNDksImp0aSI6ImtJM1VkaVV3bjNFVnRqamQiLCJzdWIiOiIxNSIsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.E9hAiIYTxdzs2kWwadwGQMvz4NnBCIHyttjyrUpgH0M",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/profile",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "profile"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API Update User Firebase Token",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2NvbnRlbXBvcmFuZWEubG5kby5zaXRlL2FwaS92MS9sb2dpbiIsImlhdCI6MTY1ODc0NzcwMywiZXhwIjoxNjU5MDA2OTAzLCJuYmYiOjE2NTg3NDc3MDMsImp0aSI6ImU1TUIwcWF5UENtVjh5R2EiLCJzdWIiOiIxNSIsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.12MKMAGJ9mjCHfZ7TeQOt8MNmOhceSYJl-K0Usx79t4",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "fcm_token",
                            "value": "eZSZK4A8hsAUMJlQc26uW4:APA91bFFNz9c5twZ7L2ewaITY0lJ3qIyJHiXIds8C2En4dNlltJF5rQxTLFay2ACVahIY8_6v1TQMXOmYQH1HK6moOsU6KRxLQTX5lXGqpMypheXg_olxyqNEBKn9wkHsIMAp_GayKLc",
                            "type": "default"
                        },
                        {
                            "key": "device_id",
                            "value": "testing device",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/update-firebase-token",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "update-firebase-token"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API List user favourites",
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            },
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2NvbnRlbXBvcmFuZWEubG5kby5zaXRlL2FwaS92MS9sb2dpbiIsImlhdCI6MTY1ODM5Nzg2MCwiZXhwIjoxNjU4NjU3MDYwLCJuYmYiOjE2NTgzOTc4NjAsImp0aSI6IjRzZUtRSnZSbDFocWhyR0MiLCJzdWIiOiIxNSIsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.QhrbI6Vpj7MuTjla69OenNRR04Z3dXVTJO0YpV7nGRk",
                        "type": "default"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "favourite_id",
                            "value": "2",
                            "type": "default"
                        },
                        {
                            "key": "favourite_type",
                            "value": "artist",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/favourites",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "favourites"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API Add favourite",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2NvbnRlbXBvcmFuZWEubG5kby5zaXRlL2FwaS92MS9sb2dpbiIsImlhdCI6MTY1ODM5Nzg2MCwiZXhwIjoxNjU4NjU3MDYwLCJuYmYiOjE2NTgzOTc4NjAsImp0aSI6IjRzZUtRSnZSbDFocWhyR0MiLCJzdWIiOiIxNSIsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.QhrbI6Vpj7MuTjla69OenNRR04Z3dXVTJO0YpV7nGRk",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "favourite_id",
                            "value": "22",
                            "type": "default"
                        },
                        {
                            "key": "favourite_type",
                            "value": "exhibition",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/favourite",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "favourite"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API Remove favourite",
            "request": {
                "method": "DELETE",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9jb250ZW1wb3JhbmVhLmxuZG8uc2l0ZVwvYXBpXC92MVwvbG9naW4iLCJpYXQiOjE2NTQwNzM0NTMsImV4cCI6MTY1NDA3NzA1MywibmJmIjoxNjU0MDczNDUzLCJqdGkiOiJjbVp6UTlLRXF5blFyM3pGIiwic3ViIjoyLCJwcnYiOiIyM2JkNWM4OTQ5ZjYwMGFkYjM5ZTcwMWM0MDA4NzJkYjdhNTk3NmY3In0.bUnZJABEjtHWTIx4X9776IqqBNiXmWbeGXeFekxYdjY",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "favourite_id",
                            "value": "2",
                            "type": "default",
                            "disabled": true
                        },
                        {
                            "key": "favourite_type",
                            "value": "artist",
                            "type": "default",
                            "disabled": true
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/favourite/7",
                    "protocol": "http",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "favourite",
                        "7"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API Subscribe to FCM Topic",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2NvbnRlbXBvcmFuZWEubG5kby5zaXRlL2FwaS92MS9sb2dpbiIsImlhdCI6MTY1ODc0MDAxMSwiZXhwIjoxNjU4OTk5MjExLCJuYmYiOjE2NTg3NDAwMTEsImp0aSI6InFUZ214UE04ZGxDb2t1aUoiLCJzdWIiOiIxNSIsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.T1tswnkDcrHR8Ev68fAGnbTaqag2OQZhRUvSuxl6udg",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "fcm_topic",
                            "value": "new_news_item",
                            "type": "default"
                        },
                        {
                            "key": "device_id",
                            "value": "testing device",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/subscribe-fcm-topic",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "subscribe-fcm-topic"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API UnSubscribe to FCM Topic",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vY29udGVtcG9yYW5lYS5sbmRvLnNpdGUvYXBpL3YxL2xvZ2luIiwiaWF0IjoxNjU3ODEwMTExLCJleHAiOjE2NTgwNjkzMTEsIm5iZiI6MTY1NzgxMDExMSwianRpIjoicVJuMkJkVHEzbmE1azhOQiIsInN1YiI6IjE1IiwicHJ2IjoiMjNiZDVjODk0OWY2MDBhZGIzOWU3MDFjNDAwODcyZGI3YTU5NzZmNyJ9.8PD1KdT4Gf6BuBRBmQ_m1DeOpa-tuwlCElreZ8JUF48",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "fcm_topic",
                            "value": "new_exhibitions",
                            "type": "default"
                        },
                        {
                            "key": "device_id",
                            "value": "sdfsadfasd",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/unsubscribe-fcm-topic",
                    "protocol": "http",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "unsubscribe-fcm-topic"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API UnSubscribe all FCM Topics",
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vY29udGVtcG9yYW5lYS5sbmRvLnNpdGUvYXBpL3YxL2xvZ2luIiwiaWF0IjoxNjU3ODEyMzA0LCJleHAiOjE2NTgwNzE1MDQsIm5iZiI6MTY1NzgxMjMwNCwianRpIjoiamJXWGppMUJybnJqZ1hOOSIsInN1YiI6IjE1IiwicHJ2IjoiMjNiZDVjODk0OWY2MDBhZGIzOWU3MDFjNDAwODcyZGI3YTU5NzZmNyJ9.9Joph3sLu01mbNF3va0HqnMtvZAWPeYOPGnlMe5I8uk",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "fcm_topic",
                            "value": "new_exhibitions",
                            "type": "default"
                        },
                        {
                            "key": "device_id",
                            "value": "sdfsadfasd",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/unsubscribe-fcm-topic-all",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "unsubscribe-fcm-topic-all"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "API Get FCM Topics",
            "protocolProfileBehavior": {
                "disableBodyPruning": true
            },
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2NvbnRlbXBvcmFuZWEubG5kby5zaXRlL2FwaS92MS9sb2dpbiIsImlhdCI6MTY1ODc0ODE0OSwiZXhwIjoxNjU5MDA3MzQ5LCJuYmYiOjE2NTg3NDgxNDksImp0aSI6ImtJM1VkaVV3bjNFVnRqamQiLCJzdWIiOiIxNSIsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjcifQ.E9hAiIYTxdzs2kWwadwGQMvz4NnBCIHyttjyrUpgH0M",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": []
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/fcm-topics",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "fcm-topics"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "APP Structure",
            "protocolProfileBehavior": {
                "disabledSystemHeaders": {}
            },
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/structure",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "structure"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "APP Entry contents",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "en",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/entry_contents",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "entry_contents"
                    ],
                    "query": [
                        {
                            "key": "filter[latitude]",
                            "value": "38.7105608280476",
                            "disabled": true
                        },
                        {
                            "key": "filter[longitude]",
                            "value": "-9.14351138786682",
                            "disabled": true
                        },
                        {
                            "key": "filter[radius]",
                            "value": "500",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Cities list",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/cities",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "cities"
                    ],
                    "query": [
                        {
                            "key": "filter[name]",
                            "value": "oei",
                            "disabled": true
                        },
                        {
                            "key": "paging[page]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "paging[items_per_page]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "order[by]",
                            "value": "name",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "asc",
                            "disabled": true
                        },
                        {
                            "key": "filter[ids]",
                            "value": "false",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Tags List",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/tags",
                    "protocol": "http",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "tags"
                    ],
                    "query": [
                        {
                            "key": "filter[name]",
                            "value": "oei",
                            "disabled": true
                        },
                        {
                            "key": "paging[page]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "paging[items_per_page]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "order[by]",
                            "value": "name",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "asc",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "City Details",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9jb250ZW1wb3JhbmVhLmxuZG8uc2l0ZVwvYXBpXC92MVwvbG9naW4iLCJpYXQiOjE2NTM5MjI3NzksImV4cCI6MTY1MzkyNjM3OSwibmJmIjoxNjUzOTIyNzc5LCJqdGkiOiI0ZmluMHE3MWxKTmtaQzlEIiwic3ViIjoyLCJwcnYiOiIyM2JkNWM4OTQ5ZjYwMGFkYjM5ZTcwMWM0MDA4NzJkYjdhNTk3NmY3In0.N5WSVUqmXqIc5V9jH5-XkAJgixUEdsuDhbQfmLs-4gQ",
                        "type": "default",
                        "disabled": true
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/cities/1",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "cities",
                        "1"
                    ],
                    "query": [
                        {
                            "key": "order[by]",
                            "value": "date_from",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "asc",
                            "disabled": true
                        },
                        {
                            "key": "filter[name]",
                            "value": "Sapa",
                            "disabled": true
                        },
                        {
                            "key": "filter[artist_name]",
                            "value": "Joana",
                            "disabled": true
                        },
                        {
                            "key": "filter[artist_id]",
                            "value": "1,2",
                            "disabled": true
                        },
                        {
                            "key": "filter[city_id]",
                            "value": "1",
                            "disabled": true
                        },
                        {
                            "key": "filter[city_name]",
                            "value": "porto",
                            "disabled": true
                        },
                        {
                            "key": "filter[date_from]",
                            "value": "11-12-2022",
                            "disabled": true
                        },
                        {
                            "key": "filter[date_to]",
                            "value": "11-12-2023",
                            "disabled": true
                        },
                        {
                            "key": "filter[location_name]",
                            "value": "Centro",
                            "disabled": true
                        },
                        {
                            "key": "filter[location_id]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "filter[highlights]",
                            "value": "1",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Exhibitions List",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/exhibitions",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "exhibitions"
                    ],
                    "query": [
                        {
                            "key": "order[by]",
                            "value": "date_from",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "asc",
                            "disabled": true
                        },
                        {
                            "key": "filter[name]",
                            "value": "Sapa",
                            "disabled": true
                        },
                        {
                            "key": "filter[artist_name]",
                            "value": "Joana",
                            "disabled": true
                        },
                        {
                            "key": "filter[artist_id]",
                            "value": "1,2",
                            "disabled": true
                        },
                        {
                            "key": "filter[city_id]",
                            "value": "1",
                            "disabled": true
                        },
                        {
                            "key": "filter[city_name]",
                            "value": "porto",
                            "disabled": true
                        },
                        {
                            "key": "filter[date_from]",
                            "value": "30-05-2022",
                            "disabled": true
                        },
                        {
                            "key": "filter[date_to]",
                            "value": "11-12-2023",
                            "disabled": true
                        },
                        {
                            "key": "filter[location_name]",
                            "value": "Centro",
                            "disabled": true
                        },
                        {
                            "key": "filter[location_id]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "filter[highlights]",
                            "value": "true",
                            "disabled": true
                        },
                        {
                            "key": "filter[latitude]",
                            "value": "38.7105608280476",
                            "disabled": true
                        },
                        {
                            "key": "filter[longitude]",
                            "value": "-9.14351138786682",
                            "disabled": true
                        },
                        {
                            "key": "filter[radius]",
                            "value": "500",
                            "disabled": true
                        },
                        {
                            "key": "filter[country_code]",
                            "value": "pt",
                            "disabled": true
                        },
                        {
                            "key": "filter[location_tag_id]",
                            "value": "7",
                            "disabled": true
                        },
                        {
                            "key": "filter[location_tag_type]",
                            "value": "rpac",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Exhibitions List by tag",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/exhibitions/tag/6",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "exhibitions",
                        "tag",
                        "6"
                    ],
                    "query": [
                        {
                            "key": "order[by]",
                            "value": "date_from",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "asc",
                            "disabled": true
                        },
                        {
                            "key": "filter[name]",
                            "value": "Sapa",
                            "disabled": true
                        },
                        {
                            "key": "filter[artist_name]",
                            "value": "Joana",
                            "disabled": true
                        },
                        {
                            "key": "filter[artist_id]",
                            "value": "1,2",
                            "disabled": true
                        },
                        {
                            "key": "filter[city_id]",
                            "value": "1",
                            "disabled": true
                        },
                        {
                            "key": "filter[city_name]",
                            "value": "porto",
                            "disabled": true
                        },
                        {
                            "key": "filter[date_from]",
                            "value": "30-05-2022",
                            "disabled": true
                        },
                        {
                            "key": "filter[date_to]",
                            "value": "11-12-2023",
                            "disabled": true
                        },
                        {
                            "key": "filter[location_name]",
                            "value": "Centro",
                            "disabled": true
                        },
                        {
                            "key": "filter[location_id]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "filter[highlights]",
                            "value": "true",
                            "disabled": true
                        },
                        {
                            "key": "filter[latitude]",
                            "value": "38.7105608280476",
                            "disabled": true
                        },
                        {
                            "key": "filter[longitude]",
                            "value": "-9.14351138786682",
                            "disabled": true
                        },
                        {
                            "key": "filter[radius]",
                            "value": "500",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Exhibitions List separated by date status",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/exhibitions/status",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "exhibitions",
                        "status"
                    ],
                    "query": [
                        {
                            "key": "filter[latitude]",
                            "value": "38.7105608280476",
                            "disabled": true
                        },
                        {
                            "key": "filter[longitude]",
                            "value": "-9.14351138786682",
                            "disabled": true
                        },
                        {
                            "key": "filter[radius]",
                            "value": "500",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Edxibition detail",
            "protocolProfileBehavior": {
                "disabledSystemHeaders": {}
            },
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/exhibitions/5",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "exhibitions",
                        "5"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Locations list",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9jb250ZW1wb3JhbmVhLmxuZG8uc2l0ZVwvYXBpXC92MVwvbG9naW4iLCJpYXQiOjE2NTM5MjQxNTksImV4cCI6MTY1MzkyNzc1OSwibmJmIjoxNjUzOTI0MTU5LCJqdGkiOiJMaHoyVEFpcHdNV1BOVHgxIiwic3ViIjoyLCJwcnYiOiIyM2JkNWM4OTQ5ZjYwMGFkYjM5ZTcwMWM0MDA4NzJkYjdhNTk3NmY3In0.VTDPqV46N8X-7usz234zSzTrEUCaTj7nye-pRTLCgYk",
                        "type": "default",
                        "disabled": true
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/locations",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "locations"
                    ],
                    "query": [
                        {
                            "key": "filter[name]",
                            "value": "oei",
                            "disabled": true
                        },
                        {
                            "key": "paging[page]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "paging[items_per_page]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "order[by]",
                            "value": "name",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "asc",
                            "disabled": true
                        },
                        {
                            "key": "filter[ids]",
                            "value": "1,2",
                            "disabled": true
                        },
                        {
                            "key": "filter[latitude]",
                            "value": "38.737236294966",
                            "disabled": true
                        },
                        {
                            "key": "filter[longitude]",
                            "value": "-9.154137027676",
                            "disabled": true
                        },
                        {
                            "key": "filter[radius]",
                            "value": "1000",
                            "disabled": true
                        },
                        {
                            "key": "filter[tag_id]",
                            "value": "7",
                            "disabled": true
                        },
                        {
                            "key": "filter[tag_type]",
                            "value": "rpac",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Locations Detail",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/locations/1",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "locations",
                        "1"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Artists list",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/artists?filter[location_tag_id]=7",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "artists"
                    ],
                    "query": [
                        {
                            "key": "paging[page]",
                            "value": "1",
                            "disabled": true
                        },
                        {
                            "key": "paging[items_per_page]",
                            "value": "10",
                            "disabled": true
                        },
                        {
                            "key": "order[by]",
                            "value": "name",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "asc",
                            "disabled": true
                        },
                        {
                            "key": "filter[ids]",
                            "value": "1,2",
                            "disabled": true
                        },
                        {
                            "key": "filter[name]",
                            "value": "Joana",
                            "disabled": true
                        },
                        {
                            "key": "filter[location_tag_id]",
                            "value": "7"
                        },
                        {
                            "key": "filter[location_tag_type]",
                            "value": "rpac",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Artist Detail",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/artists/2",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "artists",
                        "2"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Artists list By tag",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/artists/tag/1",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "artists",
                        "tag",
                        "1"
                    ],
                    "query": [
                        {
                            "key": "paging[items_per_page]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "paging[page]",
                            "value": "1",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "News List",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/news",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "news"
                    ],
                    "query": [
                        {
                            "key": "order[by]",
                            "value": "date",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "asc",
                            "disabled": true
                        },
                        {
                            "key": "filter[title]",
                            "value": "",
                            "disabled": true
                        },
                        {
                            "key": "filter[category_id]",
                            "value": "",
                            "disabled": true
                        },
                        {
                            "key": "filter[date_from]",
                            "value": "",
                            "disabled": true
                        },
                        {
                            "key": "filter[ids]",
                            "value": "3,4",
                            "disabled": true
                        },
                        {
                            "key": "filter[highlights]",
                            "value": "false",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "News Item Detail",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/news/5",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "news",
                        "5"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "News Categories list",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/news-categories",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "news-categories"
                    ],
                    "query": [
                        {
                            "key": "filter[name]",
                            "value": "oei",
                            "disabled": true
                        },
                        {
                            "key": "paging[page]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "paging[items_per_page]",
                            "value": "2",
                            "disabled": true
                        },
                        {
                            "key": "order[by]",
                            "value": "name",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "desc",
                            "disabled": true
                        },
                        {
                            "key": "filter[ids]",
                            "value": "false",
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "News Category Details",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Lang-Code",
                        "value": "en",
                        "type": "default"
                    },
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    },
                    {
                        "key": "Authorization",
                        "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9jb250ZW1wb3JhbmVhLmxuZG8uc2l0ZVwvYXBpXC92MVwvbG9naW4iLCJpYXQiOjE2NTI3MDk5ODUsImV4cCI6MTY1MjcxMzU4NSwibmJmIjoxNjUyNzA5OTg1LCJqdGkiOiIyd2tkd3NUaTBhWDFpQ0QyIiwic3ViIjoyLCJwcnYiOiIyM2JkNWM4OTQ5ZjYwMGFkYjM5ZTcwMWM0MDA4NzJkYjdhNTk3NmY3In0.fIiCVgK2lmDfyP0_N1mz8YsFiDI39a73ippk3CFCyOM",
                        "type": "default",
                        "disabled": true
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/news-categories/2",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "news-categories",
                        "2"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Collections List",
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/collections",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "collections"
                    ],
                    "query": [
                        {
                            "key": "order[by]",
                            "value": "date_from",
                            "disabled": true
                        },
                        {
                            "key": "order[direction]",
                            "value": "",
                            "disabled": true
                        },
                        {
                            "key": "filter[name]",
                            "value": "Sapa",
                            "disabled": true
                        },
                        {
                            "key": "filter[artist_name]",
                            "value": "Joana",
                            "disabled": true
                        },
                        {
                            "key": "filter[artist_id]",
                            "value": "1,2",
                            "disabled": true
                        },
                        {
                            "key": "filter[city_id]",
                            "value": "1",
                            "disabled": true
                        },
                        {
                            "key": "filter[highlights]",
                            "value": "true",
                            "disabled": true
                        },
                        {
                            "key": "filter[latitude]",
                            "value": "38.744109384274",
                            "disabled": true
                        },
                        {
                            "key": "filter[longitude]",
                            "value": "-9.1612243652344",
                            "disabled": true
                        },
                        {
                            "key": "filter[radius]",
                            "value": null,
                            "disabled": true
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Collection detail",
            "protocolProfileBehavior": {
                "disabledSystemHeaders": {}
            },
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/collections/2",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "collections",
                        "2"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Search Request",
            "protocolProfileBehavior": {
                "disabledSystemHeaders": {}
            },
            "request": {
                "method": "GET",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "text"
                    },
                    {
                        "key": "Lang-Code",
                        "value": "pt",
                        "type": "default"
                    }
                ],
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/search?q=news item",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "search"
                    ],
                    "query": [
                        {
                            "key": "paging[page]",
                            "value": "1",
                            "disabled": true
                        },
                        {
                            "key": " paging[items_per_page]",
                            "value": "5",
                            "disabled": true
                        },
                        {
                            "key": "q",
                            "value": "news item"
                        }
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Newsletter Subscription",
            "protocolProfileBehavior": {
                "disabledSystemHeaders": {
                    "accept": true
                }
            },
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "email",
                            "value": "luis.dias@eae.pt",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/newsletter-subscription",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "newsletter-subscription"
                    ]
                }
            },
            "response": []
        },
        {
            "name": "Newsletter UnSubscribe",
            "protocolProfileBehavior": {
                "disabledSystemHeaders": {
                    "accept": true
                }
            },
            "request": {
                "method": "POST",
                "header": [
                    {
                        "key": "Accept",
                        "value": "application/json",
                        "type": "default"
                    }
                ],
                "body": {
                    "mode": "formdata",
                    "formdata": [
                        {
                            "key": "email",
                            "value": "luis.dias@eae.pt",
                            "type": "default"
                        }
                    ]
                },
                "url": {
                    "raw": "https://contemporanea.eae.pt/api/v1/newsletter-subscription",
                    "protocol": "https",
                    "host": [
                        "contemporanea",
                        "lndo",
                        "site"
                    ],
                    "path": [
                        "api",
                        "v1",
                        "newsletter-subscription"
                    ]
                }
            },
            "response": []
        }
    ]
}