Authorization: Bearer ********************
curl --location -g --request DELETE 'https://api.ganaka.live/{{api_version}}/admin/data/dates' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "dates": [ "2025-12-18" ] }'
{}