{
"email": "string",
"pwd": "string",
"cred": {
"iv": "string",
"pubKey": "string"
}
}
curl --location --request POST 'https://dev-api.mxmidas.com/dev_webmodule/ppe_infinity_client_webmodule?api=getOtpEmailLogin' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"pwd": "string",
"cred": {
"iv": "string",
"pubKey": "string"
}
}'
{
"code": 0,
"message": "string",
"reqId": "string",
"payload": {
"docId": "string"
}
}