The /workflow/copy (POST) endpoint accepts a workflow (object) to duplicate.

{ /* request body */
	"workflowName": "new-workflow",
	"workflowID": "00001", // - source workflow ID, see (/workflows)
	"relyingPartyID": "00001", // - destination RP, see (/relyingparty)
	"rpServiceRedirects": "https://preprod.mockrp.iddataweb.com/mockrp2/endpoint/preprod/display/fin,https://preprod.mockrp.iddataweb.com/mockrp2/endpoint/preprod/viewEndpoint,https://test.com"
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!