{
"senderIdentifier": "string",
"otp": "string",
"newSecret": "string",
"repeatedSecret": "string"
}
curl --location --request POST '/pbs/pos/momo/v1/reset-credentials-with-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"senderIdentifier": "string",
"otp": "string",
"newSecret": "string",
"repeatedSecret": "string"
}'
{
"code": "string",
"msg": "string",
"psn": "string",
"data": {}
}