Authorization: Bearer ********************{
"driver": 8,
"route": 12
}curl --location --globoff --request PATCH '{{base_url}}route/assign-route-to-other-driver/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"driver": 8,
"route": 12
}'{}