curl --request POST \
--url https://api.voltview.co.uk/v1/requestUtilityIntegration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"supplierName": "<string>",
"accountNumber": "<string>",
"email": "[email protected]"
}
'