curl --location '/forms/?lang=undefined'{
"data": {
"form_id": 0,
"type": "string",
"title": "string",
"fields": [
{
"title": "string",
"type": "text",
"columns": "string",
"default": "string",
"is_required": true,
"max": 0,
"options": [
{
"title": "string",
"value": "string",
"other_status": true
}
]
}
],
"recaptcha": {
"enabled": true,
"version": "string",
"site_key": "string"
}
}
}