username:passwordAuthorization: Basic *****************curl --location '/user/verification/status/mpxns/revocation' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"meterPoints": [
{
"mpxn": "123456789012"
},
{
"mpxn": "123456789012"
}
]
}'{
"valid": true,
"meterPointRevocations": [
{
"mpxn": "123456789012"
},
{
"mpxn": "123456789012"
}
]
}