curl --location --request POST 'https://echodata.epa.gov/echo//events' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "create",
"action_params": {
"property1": "string",
"property2": "string"
},
"name": "string"
}'{}