{ "user_id": 1, "document_id": 6, "type": true }
curl --location --request PUT 'http://localhost:8888/document/grant' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": 1, "document_id": 6, "type": true }'
{ "code": 20000, "info": "OK", "data": null }