cURL
curl --request GET \ --url https://www.wavmaker.com/api/v1/categories/{category_id} \ --header 'Authorization: Bearer <token>'
{ "id": "rock", "type": "genre", "name": "Rock" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object