curl --request PATCH \
--url https://api.getgranite.ai/api/{org_identifier}/{slug}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Public endpoint to invoke organization-specific automation endpoints
curl --request PATCH \
--url https://api.getgranite.ai/api/{org_identifier}/{slug}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}