post https://www.formstack.com/api/v2/form//copy.json
Create a copy of the specified form
Create a copy of the specified form
POST /api/v2/form/12345/copy.json HTTP/1.1
Host: www.formstack.com
Authorization: Bearer [[app:oauth_token]]
Accept: application/json
Content-Type: application/json
curl -X POST -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" https://www.formstack.com/api/v2/form/12345/copy.json