Provision a new operator instance for the organization.
curl --request POST \
--url https://api.case.dev/operator/v1/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"size": "small",
"model": "<string>"
}
'Was this page helpful?
curl --request POST \
--url https://api.case.dev/operator/v1/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"size": "small",
"model": "<string>"
}
'