Format
curl -X POST "https://www.staging.open-isle.com/api/ai/format" \ -H "Content-Type: application/json" \ -d '{ "property1": "string", "property2": "string" }'{
"property1": "string",
"property2": "string"
}curl -X POST "https://www.staging.open-isle.com/api/ai/format" \ -H "Content-Type: application/json" \ -d '{ "property1": "string", "property2": "string" }'{
"property1": "string",
"property2": "string"
}curl -X POST "https://www.staging.open-isle.com/api/ai/format" \
-H "Content-Type: application/json" \
-d '{
"property1": "string",
"property2": "string"
}'