Authorization: Bearer ********************
curl --location --request DELETE 'documents/delete' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": "2ad9169b-50f7-4f56-84cb-8c38fa821020" }'
{}