curl --request GET \
--url https://api.qminder.com/v1/locations/{id}/lines \
--header 'X-Qminder-REST-API-Key: <api-key>'"{\n \"statusCode\": 200,\n \"data\": [\n {\n \"id\": 1827,\n \"name\": \"Example Line\",\n \"location\": 123,\n \"color\": \"#ff00ff\",\n \"disabled\": false\n },\n {\n \"id\": 1829,\n \"name\": \"Example Line 2\",\n \"location\": 123,\n \"color\": \"#ff00ff\",\n \"disabled\": false\n }\n ]\n}"curl --request GET \
--url https://api.qminder.com/v1/locations/{id}/lines \
--header 'X-Qminder-REST-API-Key: <api-key>'"{\n \"statusCode\": 200,\n \"data\": [\n {\n \"id\": 1827,\n \"name\": \"Example Line\",\n \"location\": 123,\n \"color\": \"#ff00ff\",\n \"disabled\": false\n },\n {\n \"id\": 1829,\n \"name\": \"Example Line 2\",\n \"location\": 123,\n \"color\": \"#ff00ff\",\n \"disabled\": false\n }\n ]\n}"