- Mock serverhttps://api.esper.io/_mock/openapi/v2/emm/details/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/emm/details/
curl -i -X POST \
https://api.esper.io/_mock/openapi/v2/emm/details/ \
-H 'Authorization: string' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"google_enterprise_id": "string",
"name": "string",
"state": 0,
"callback_url": "string",
"signup_url": "string",
"completion_token": "string",
"enterprise_token": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"tenant_id": "string"
}'Response
{ "id": 0, "google_enterprise_id": "string", "name": "string", "state": 0, "callback_url": "string", "signup_url": "string", "completion_token": "string", "enterprise_token": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "tenant_id": "string" }