curl --location --request PUT 'https://api.amo.delivery/establishments//preferences/times' \
--header 'client-type;' \
--header 'api-version;' \
--header 'Content-Type: application/json' \
--data-raw '{
"max_delivery_time": 50,
"max_pickup_time": 25
}'
{}