Authorization: Bearer ********************
curl --location '/api/v1/calculate-ride-cost' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --form 'distance="18"'
{}