curl --location --request POST 'https://appwrite.io/v1/database/collections//documents' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {},
"parentDocument": "string",
"parentProperty": "string",
"parentPropertyType": "string",
"read": [
"string"
],
"write": [
"string"
]
}'
{
"$collection": "string",
"$id": "string",
"$permissions": {}
}