curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/workflowscheme/project' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "10001",
"workflowSchemeId": "10032"
}'
null
null
, the operation assigns the default workflow scheme.