curl --location --request POST '/store/forms/batch-duplicate' \
--header 'Content-Type: application/json' \
--data-raw '{
"form_ids": [
"a618b176-aa80-48d9-905a-a7ced97365d3",
"f6b74cb7-05a9-4655-929f-57d35f6d2078"
],
"prefix": "Copy",
"suffix":"v2"
}'
{
"message": "form saved status"
}