Authorization: Bearer ********************{
"position": {
"status": "Cancelled"
}
}curl --location --request PATCH 'https://demo.modaltrans.com/api/v1/positions/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": {
"status": "Cancelled"
}
}'{
"alert": "Transport has been updated succesfully"
}