curl --location --request GET 'https://api.mithra.network/public/v1/locations' \
--header 'Authorization: Bearer <token>'{
"locations": [
{
"id": "016qv8qybmi252q",
"title_description": "HQ",
"street": "Teststreet 123",
"zip": "1114 AB",
"city": "Amsterdam-Duivendrecht"
}
]
}