curl --location '/cpProvisioningMapperSmartClient/V1_0/opWNIReRegByCRM' \
--header 'Authorization: Bearer 330f6daa-904e-36c1-8be3-7ab2a5fea57e' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"opWNIReRegByCRMRq": {
"headerRq": {
"requestDate": "2023-01-19T15:31:26.075",
"requestId": "9999167411708616997",
"channel": "AXISNETPREREG",
"isBiometric": "true"
},
"msisdn": "6285967190413",
"nik": "3526166808930001",
"kk": ""
}
}'{
"opWNIReRegByCRMRs": {
"msisdn": "6285967190413",
"headerRs": {
"responseCode": "01",
"responseMessage": "Failure"
}
}
}