curl --request POST \
--url https://api.example.com/room/:room_id/document/:document_name{
"status": 123
}curl --request POST \
--url https://api.example.com/room/:room_id/document/:document_name{
"status": 123
}200 on successful document creation.500 - Internal server error occurred while creating the document.curl -X POST \
https://api.planttogether.com/room/abc123/document/my-document \
-H "Content-Type: application/json"
200 OK