Get Question categories list
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/question-categories \ --header 'Authorization: Bearer <token>'
200
Example
[ { "id": 123, "name": "<string>", "picture": "<string>", "themes": [ { "id": 123, "name": "<string>", "picture": "<string>", "emoji": "<string>" } ] }]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes