curl --location --request POST '/admin/exportDate' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": "string",
"fileExport": "patients",
"fileType": "csv",
"exportAllfilesAWS": true,
"pagination": {
"page": 0
}
}'{
"message": "Dados exportados com sucesso",
"data": {}
}