cURL
curl --request POST \ --url https://formbase.dev/api/v1/forms/{formId}/duplicate \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Creates a copy of a form with its configuration.
API key in format: Bearer api_xxxxxxxxxxxxx
Successful response