I have been given a URL request with headers key phoneNO and getting response like below:
How to show the result in a well format.
{
"pinresponse": {
"status": "100",
"requestId": "994834366197",
"profiles": [
{
"name": "Mohammad Mul Islam",
"userId": "majhar555@team.com",
"DOB": "01/03/2000",
"accNo": "No Account approved"
},
{
"name": "Aar Islam ",
"userId": "123@123.com",
"DOB": "04/01/1994",
"accNo": "2050213101203"
},
{
"name": "Md. Majharul Islam",
"userId": "majhar@coreteam.com",
"DOB": "07/12/1980",
"accNo": "205021310011"
}
]
}
}