Authorization: ********************curl --location --request GET 'https://decibel.foo/api/genres' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"type": "array",
"items": {
"type": "string"
},
"example": [
"Pop",
"Rock",
"Jazz"
]
}