POST /v2/blocs/:bloc_id/squads
Create a squad for the given Bloc


DELETE /v2/blocs/:bloc_id/squads/:id
Destroy a squad for the given Id, associated with the given Bloc

DELETE /v2/squads/:id
Destroy a squad


GET /v2/blocs/:bloc_id/squads
Return all the squads of the given Bloc


GET /v2/blocs/:bloc_id/squads/:id
Get a squad of the given Id, associated with the given Bloc

GET /v2/squads/:id
Get a squad


PATCH /v2/squads/:id
Update a squad

PUT /v2/squads/:id
Update a squad