Authorization: Bearer ********************
curl --location --request DELETE 'folders/delete' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "id": "3dabdd39-0564-474f-a30e-6803d1c6ac80" }'
{}