Get Neon credentials for a database
curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/databases/{databaseId}/credentials \
--header 'Authorization: Bearer <token>'{
"neonProjectId": "<string>",
"neonDbUri": "<string>"
}curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/databases/{databaseId}/credentials \
--header 'Authorization: Bearer <token>'{
"neonProjectId": "<string>",
"neonDbUri": "<string>"
}