curl --location --request POST '/open/idphoto' \
--form 'faceImg="data:image/jpeg;base64,/9j....";type=false' \
--form 'sourceImg="data:image/jpeg;base64,/9j....";type=false' \
--form 'notifyurl=""'
{
"code": 0,
"message": "string",
"data": {
"wait_time": "string",
"uuid": "string",
"grid": "string",
"imglist": [
"string"
]
}
}