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