curl --location --request POST 'https://data.4321.sh/factor/faceauth' \
--header 'Content-Type: application/json' \
--data-raw '{
    "apikey": "string",
    "secret": "string",
    "name": "string",
    "id_card": "string",
    "face": "string"
}'{
    "data": {
        "result": "01",
        "id_card_result": "身份证核验结果",
        "id_card_message": "身份证核验结果说明",
        "photo_result": "图像结果",
        "photo_message": "图像结果说明"
    },
    "fee": 0.3,
    "code": 0,
    "msg": "OK"
}