curl --request GET \
--url http://localhost/api/api/buckets/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>"
}Retrieve a specific bucket by its id
curl --request GET \
--url http://localhost/api/api/buckets/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>"
}JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this bucket.