Bearer {token} を指定してください(Bearer の後ろは半角スペース)。curl --location --request GET 'https://app.livlog.xyz/webapi/v2/houkaichimei/check?lat&lng&query' \
--header 'Authorization: Bearer <token>'{
"metadata": {
"title": "Success",
"detail": "OK",
"status": 200
},
"_links": {
"self": {
"href": "/v2/houkaichimei/check"
}
},
"results": [
{
"address": "東京都葛飾区柴又1丁目43",
"data": [
{
"yomi": "又",
"saigai": "水害",
"kaisetsu": "川の合流部",
"chimeirei": "花又、柴又"
},
{
"yomi": "シバ",
"saigai": "水害",
"kaisetsu": "氾濫時に冠水する場所。氾濫時に土砂が堆積した場所",
"chimeirei": "柴又、芝"
}
]
}
],
"errors": {}
}