curl --location '/api/v1/ride-request' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'from_lat="30.0445"' \
--form 'from_lng="31.2357"' \
--form 'to_lat="21.4225"' \
--form 'to_lng="39.8262"' \
--form 'distance="10"' \
--form 'when="2026-05-17 18:32:00"'{}