cURL
curl --request GET \ --url http://localhost:52000/api/v1/environments/{environmentId}/variables
[ { "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "id": 123, "key": "<string>", "value": "<string>", "active": true } ]
OK