I am not able to update the response of
http://0.0.0.0:9084/auth/signinup/code
currently I am getting this response for above API
{
"status": "OK",
"data": {
"status": "OK",
"deviceId": "cJx4frlKlHOCeXga1tUBaxBn7nJA86hTr7kXei06Uw4=",
"preAuthSessionId": "eLVQZ33FHnGgBVeOvpxoAXVjzZdBUl1rShXCl4LrxJw=",
"flowType": "USER_INPUT_CODE_AND_MAGIC_LINK"
}
}
but I want to update above response for given API
(
http://0.0.0.0:9084/auth/signinup/code)
Is there any support for above case?
Thank you