token: ********************curl --location '/device/meter-point/string/resources' \
--header 'Accept: application/json' \
--header 'token: <api-key>'{
"valid": true,
"mpxn": "string",
"resources": [
{
"resourceId": "8f2a0722-3b59-47a6-a115-d43fcc0c5d1c",
"resourceTypeId": "f8e6fb07-6307-4e0e-8a17-4b94bc7249c2",
"classifier": "electricity.consumption"
},
{
"resourceId": "8f2a0722-3b59-47a6-a115-d43fcc0c5d1c",
"resourceTypeId": "f8e6fb07-6307-4e0e-8a17-4b94bc7249c2",
"classifier": "electricity.consumption"
}
]
}