curl --location 'https://api-octane.telcoinabox.com.au/tiabwsv2/api/v1/mobile/resource/modify-product' \
--header 'Content-Type: application/json' \
--data '{
"customerNumber": "string",
"lineSeqNumber": "string",
"orderId": "string",
"contractId": "string",
"networkRequestType": "string",
"product": {
"classCode": "string",
"productCode": "string",
"productCodeParam": {
"paramName": "string",
"paramValue": "string"
}
}
}'{
"responseMessage": "string"
}