{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"class": "string",
"createdAt": "string",
"data": {},
"dict": {
"__type": "Pointer",
"className": "Dict",
"objectId": "string"
},
"key": "string",
"objectId": "string",
"title": "string",
"type": "string",
"updatedAt": "string"
}
curl --location --request POST 'https://prod.iotn2n.com/iotapi/classes/Dict' \
--header 'Content-Type: application/json' \
--data-raw '{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"class": "string",
"createdAt": "string",
"data": {},
"dict": {
"__type": "Pointer",
"className": "Dict",
"objectId": "string"
},
"key": "string",
"objectId": "string",
"title": "string",
"type": "string",
"updatedAt": "string"
}'
{
"createdAt": "2019-08-24T14:15:22Z",
"objectId": "string"
}