Get service category
Returns info about a single service category

https://api.oauth.pabau.com/{api_key}/categories/services/{category_id}
Request
Response sample
application/json
{
"success": true,
"service_categories": [
{
"id": 1,
"code": "123",
"name": "Anti-wrinkle Injections",
"image": "",
"tax_id": 0
}
]
}