{
"senderIdentifier": "string",
"sessionId": "string",
"credential": {
"secretPin": "string"
},
"newCredential": {
"secretPin": "string"
},
"confirmNewCredential": {
"secretPin": "string"
}
}
curl --location --request POST '/pbs/pos/momo/v1/change-pin' \
--header 'Content-Type: application/json' \
--data-raw '{
"senderIdentifier": "string",
"sessionId": "string",
"credential": {
"secretPin": "string"
},
"newCredential": {
"secretPin": "string"
},
"confirmNewCredential": {
"secretPin": "string"
}
}'
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {}
}