Authorization: Bearer ********************
curl --location --request GET '/api/v1/get-rides' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --form 'phone="01017109814"' \ --form 'password="password"'
{}