Authorization: Bearer ********************
curl --location --request GET '/DeliveryDate/' \ --header 'Authorization: Bearer <token>'
{ "deliveryDates": [ "2025-02-23", "2024-11-21", "2025-02-17" ] }