curl --location --request GET '/application/save_temp//' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "Personal information",
"fields": [
{
"id": "firstname",
"required": true,
"label": "First name",
"type": "text",
"maxLength": 0,
"helper": "string",
"value": null,
"prefilledByLocation": true,
"supportedFileTypes": [
"string"
],
"supportedMimeTypes": [
"string"
],
"maxFileSize": 0,
"options": [
{
"name": "5118908",
"value": "Agartala"
}
],
"singleOption": true,
"fields": [
{}
],
"editing": true
}
]
}
]'