I'm trying to call a password change method from an API. A token is used for authentication. The parameters that the method expects are:
B4X:
{
"OldPassword": "sample string 1",
"NewPassword": "sample string 2",
"ConfirmPassword": "sample string 3"
}
I tried to make a POST using the...
I'm trying to call a password change method from an API. A token is used for authentication. The parameters that the method expects are:
B4X:
{
"OldPassword": "sample string 1",
"NewPassword": "sample string 2",
"ConfirmPassword": "sample string 3"
}
I tried to make a POST using the...