Get secrets as shell export statements
curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/secrets/env \
--header 'Authorization: Bearer <token>'{
"secrets": [
"<unknown>"
]
}curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/secrets/env \
--header 'Authorization: Bearer <token>'{
"secrets": [
"<unknown>"
]
}