Questionnaire Data.Listcurl --location --request GET 'https://api.e-satisfaction.com/v3.2/r/reports/templates' \
--header 'Content-Type: application/json' \
--data-raw '{
"organization_id": "123abc"
}'[
{
"id": 1,
"name": "nps",
"description": "This is the NPS Report",
"report_url": "https://lookerstudio.google.com/embed/reporting/report_id/page/page_id",
"width": 900,
"height": 1200
}
]