curl --location '/ipaas-mediation/v1/get-msisdnbynik/3603230205920001' \
--header 'ax-request-id: 1245' \
--header 'ax-channel: AXISNETPREREG' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer 07e049f6-587b-340e-ad1e-646df6c92873' \
--header 'Content-Type: application/json'{
"status": "ok",
"code": "00",
"message": "success",
"data": {
"RecordCount": 3,
"dealerCount": 0,
"selfCount": 2,
"assistedCount": 1,
"Data": [
{
"MSISDN": "6283151210160",
"CreationChennel": "WEBPREREG",
"ChannelType": "SELF"
},
{
"MSISDN": "6281776682600",
"CreationChennel": "SMS",
"ChannelType": "SMARTCLIENT"
},
{
"MSISDN": "6287899469636",
"CreationChennel": "WEBPREREG",
"ChannelType": "SELF"
}
]
}
}