auth-bearer: ********************curl --location --request POST '/surveys/export/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"clinic": "string",
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"professional": "string"
}
}'{
"success": true,
"message": "Your file is being processed"
}