Bearer {token} を指定してください(Bearer の後ろは半角スペース)。curl --location --request GET '/v2/rojineco/cats?groupId' \
--header 'Authorization: Bearer <token>'{
"metadata": {
"title": "Success",
"detail": "OK",
"status": 200
},
"_links": {
"self": {
"href": "/v2/rojineco/cats"
}
},
"results": [
{
"createDate": "2024-03-30T06:59:27.703+00:00",
"oid": {
"timestamp": 1711781967,
"date": "2024-03-30T06:59:27.000+00:00"
},
"location": [
136,
35
],
"uuid": "23e9f4f1-6370-40dc-b364-359982aa98eb",
"userId": "a7e0fc9c-7ca1-4798-aa46-4bbe73bcbe71",
"address": "愛知県名古屋市",
"url": "https://rojineco.s3-ap-northeast-1.amazonaws.com/img/36d80f01-4f62-419f-bb78-8b2c417d9511.jpeg",
"cats": [
{
"name": "spotted_cat",
"score": 0.9620688
},
{
"name": "tiger_cat",
"score": 0.02338171
},
{
"name": "black_cat",
"score": 0.010527403
},
{
"name": "calico_cat",
"score": 0.0035121827
},
{
"name": "rust_cat",
"score": 0.0004921173
},
{
"name": "white_cat",
"score": 0.000017782399
}
],
"distance": null,
"fileType": "data:image/jpeg;base64",
"bytes": null
}
],
"errors": null
}