How to make key and value (username and password) dynamic in API connect

48 Views Asked by At
{
"loginTokens": [
    {
        "key": "com.abc.security.provider.login.email",
        "value": "[email protected]"
    },
    {
        "key": "com.abc.security.provider.login.password",
        "value": "abc@123"
    }
],
" apiVersion": "{\"major\": \"1\",\"minor\": \"0\",\"patch\": \"0\",\"build\": \"0\"}",
    "purpose": "dpay-auth",
"tokenLocation": "HEADER"}

In above json i need to give value(email) and value(pwsd) through user.

0

There are 0 best solutions below