curl --location --request POST 'https://face.ojwyun.cn/apiV2/initialize_1000' \
--header 'Authorization: KEYCODE 123456789' \
--data-urlencode 'name=张三' \
--data-urlencode 'idcard=123456789123456789' \
--data-urlencode 'type=1' \
--data-urlencode 'returnurl=https://face.ojwyun.cn/returnurl' \
--data-urlencode 'notifyurl=https://face.ojwyun.cn/notifyurl' \
--data-urlencode 'txtBgColor=#cccccc' \
--data-urlencode 'pageBgColor=#eeeeee' \
--data-urlencode 'pageTitle=xxx实人认证' \
--data-urlencode 'livingType=26'
{
"code": "200",
"msg": "提交成功",
"token": "850452bbfe85c94d4771d194afb46a91",
"url": "https://face.ojwyun.cn/index/face"
}