Authorization: Bearer ********************{
"is_scope_variation": 123,
"scope_change_id": 123344
}curl --location --request PUT 'https://client-backend-quantum-project.test/cbre-client/api/projects//scope-change/revise/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_scope_variation": 123,
"scope_change_id": 123344
}'{
"status": "Success",
"message": "Success",
"data": null,
"success": true
}