API DOCUMENTATION
getLanguages (pOST)
Returns all the languages information.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-languages' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
    "data": [
        {
            "name": “English”,
            "label": "en"
        },
        {
            "name": “Català,
            "label": "ca"
        },
    …
   ]
}
