- Mock serverhttps://develop-api.esper.io/_mock/openapi/v2/emm/accounts/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/emm/accounts/
curl -i -X POST \
https://develop-api.esper.io/_mock/openapi/v2/emm/accounts/ \
-H 'Authorization: string' \
-H 'Content-Type: application/json' \
-d '{
"tenant_id": "string",
"google_enterprise_id": "string",
"name": "string",
"key_id": "string",
"type": 0,
"is_set": true,
"is_active": true,
"data": "string",
"public_data": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}'Response
{ "tenant_id": "string", "google_enterprise_id": "string", "name": "string", "key_id": "string", "type": 0, "is_set": true, "is_active": true, "data": "string", "public_data": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }