test remove body
This commit is contained in:
@@ -25,11 +25,15 @@ export const fetch = async (req, res)=>{
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const bodyParameters = {
|
// const bodyParameters = {
|
||||||
|
// "firstname":"John",
|
||||||
|
// "lastname":"Doe",
|
||||||
|
// "dob":"04-04-1944"
|
||||||
|
// };
|
||||||
|
|
||||||
|
const bodyParameters = {
|
||||||
"firstname":"John",
|
"firstname":"John",
|
||||||
"lastname":"Doe",
|
};
|
||||||
"dob":"04-04-1944"
|
|
||||||
};
|
|
||||||
//22349419550 real live userBNV
|
//22349419550 real live userBNV
|
||||||
//10000000001 test
|
//10000000001 test
|
||||||
// `${process.env.VERIFY_ME_ENDPOINT}/10000000001`,
|
// `${process.env.VERIFY_ME_ENDPOINT}/10000000001`,
|
||||||
|
|||||||
Reference in New Issue
Block a user