Create Product Category
Creates new product category

https://api.oauth.pabau.com/{api_key}/categories/products/create
Request
Response sample
application/json
{
"status": true,
"category_id": {category_id},
"message": "Product category created successfully!"
}