curl --request GET https://api.airbotics.io/compose-files \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
[
    {
        "id": "robot-app-v1",
        "name": "Robot application",
        "content": {
            "services": {
                "hello": {
                    "image": "hello-world"
                }
            }
        },
        "created_at": "2023-07-17T13:27:05.636Z"
    }
]