Curl API couldnt get outputs

curl 'https://reporting.com/api/card/127/query/csv?parameters=[]'
--request POST
--header 'Content-Type: application/json'
--header 'X-API-KEY: mb_EHphtQ/szhQFYbYd1DTsfxv0WqrSmgQsrK4IMrd4TC8='
--data '{
"parameters": [
{
"type": "date",
"target": ["variable", ["template-tag", "start_date"]],
"value": "2025-01-01"
},
{
"type": "date",
"target": ["variable", ["template-tag", "end_date"]],
"value": "2025-01-31"
}
],
"format_rows": false,
"pivot_results": false
}'
-o metabase_result.csv

I created this command but I got error. Could you please help me?

and what is the error?