curl --request POST \
--url https://api.example.com/api/v1/meters \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"meter_name": "<string>",
"property_name": "<string>",
"aggregation_type": "<string>",
"unit": "<string>",
"description": "<string>"
}
'