curl \ --request POST \ --url https://sandbox.hurdlr.com/rest/v5/reports/report \ --header 'Authorization: Bearer ${access_token}' \ --header 'Content-Type: application/json' \ --data '{ "name": "form1120", "params": { "year": 2020, }, "exportType": "PDF" }'