Step 8: Create a progressive profiling form
POST {{apiPath}}/environments/{{envID}}/forms
Request Body
{"name"=>"ProgressiveProfiling-Form_{{$timestamp}}", "#description"=>"Test Description - created via CREATE P. Profiling Form request", "category"=>"PROGRESSIVE_PROFILING", "components"=>{"fields"=>[{"type"=>"TEXTBLOB", "position"=>{"row"=>0, "col"=>0}, "content"=>"<h3>Welcome Back!</h3>"}, {"type"=>"DIVIDER", "position"=>{"row"=>1, "col"=>0}}, {"type"=>"TEXTBLOB", "position"=>{"row"=>2, "col"=>0}, "content"=>"To get to know more about you, please tell us the name you prefer to be called!\n"}, {"type"=>"TEXT", "position"=>{"row"=>3, "col"=>0}, "label"=>"Nickname", "key"=>"user.nickname", "required"=>true, "validation"=>{"type"=>"NONE", "regex"=>"", "errorMessage"=>""}}], "button"=>{"text"=>"Submit"}}, "cols"=>4, "markOptional"=>true, "markRequired"=>false}