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