Returns the list of available discovery categories.
curl --request GET \
--url https://api.fluxer.app/v1/discovery/categories \
--header 'Authorization: <api-key>'[
{
"id": 123,
"name": "<string>"
}
]curl --request GET \
--url https://api.fluxer.app/v1/discovery/categories \
--header 'Authorization: <api-key>'[
{
"id": 123,
"name": "<string>"
}
]