Get many form implementations by UUID
POST
/forms/form/implementationsRequest body
Body shape: Request_GetManyFormImplementationsByUuid (required)
Responses
{}curl -X POST https://your-url.com/kong/core/api/gateway/forms/form/implementations\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"\
-d '{
"uuids": []
}'