API structure has changed
  4 structure changes including:
    
    1 Addition
    3 Modifications
        Modified
        3
          Breaking
      
      GET /api/v1/firm/{id}
              - Response
- 
  200 response Modified
    - primary_colour, secondary_colour properties Removed
- brand_colours property Added
 
POST /api/v1/firm
              - Response
- 
  200 response Modified
    - primary_colour, secondary_colour properties Removed
- brand_colours property Added
 
PUT /api/v1/firm/{id}
              - Body
- 
   content type Modified
    - primary_colour, secondary_colour, logo properties Removed
 
- Response
- 
  200 response Modified
    - primary_colour, secondary_colour properties Removed
- brand_colours property Added
 
        Added
        1
      
      PATCH /api/v1/firm/{firm}/branding
          