get https://api.molink.fr/v2/operators
Returns the set of operators in a paginated way (this uses the 'limit' by default) GET /operators?offer_id=A - returns the set of operators who have offer A GET /operators?offer_id=A&offer_id=B - returns the set of operators who have offer A and B GET /operators?department_code=C - returns the set of operators who have department code C GET /operators?department_code=C&department_code=D&offer_id=A - returns the set of operators who have the department code C and D (if an operator can have several departments) and who have the offer_id A