curl --location --request GET 'https://api.storyous.com/merchants/5836b6981730220e00d7c8b5' \
--header 'Authorization: Bearer <token>'
{
"merchantId": "57dab243332f920e00b6cc17",
"name": "My Super Company",
"businessId": "012345678",
"vatId": "CZ012345678",
"isVatPayer": true,
"countryCode": "CZ",
"currencyCode": "CZK",
"places": [
{
"placeId": "5836b6981730220e00d7c8b5",
"name": "My Super Bar",
"state": "active",
"addressParts": {
"street": "sdfsdf",
"streetNumber": "sdfsdf",
"city": "Prague",
"country": "Czech republic",
"countryCode": "CZ",
"zip": "18600",
"latitude": 50.073034,
"longitude": 14.43618
}
}
]
}