curl --location --request DELETE 'https://sandbox.trynavigate.co/api/v1/prep' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 202507974649,
"reason": "Invalid product details."
}'{
"status": 200,
"message": "Success.",
"payload": {
"message": "Work Order cancelled successfully."
}
}