In this example, submit_date is included. Report_date and job_date can also be added. The CSV file should follow the same order as the variables in the list.
After variable are all set, you will open body select "raw" and select JSON.
And add following:
{
"survey_id": "{{survey_id}}",
"client_location_id": "{{client_location_id}}",
"submit_date": "{{submit_date}}",
"question_1": "{{question_1}}",
"question_11": "{{question_11}}",
"question_21": "{{question_21}}",
"question_41": "{{question_41}}",
"question_51": "{{question_51}}",
"question_61": "{{question_61}}",
"question_71": "{{question_71}}",
"question_81": "{{question_81}}",
"question_91": "{{question_91}}",
"question_101": "{{question_101}}",
"question_111": "{{question_111}}",
}