curl --location --request POST '/api/v1/payroll-card/token' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Client-Id;' \
--header 'X-Biz-Merchant-Id;' \
--header 'X-App-Id;' \
--header 'X-Merchant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"openid": "string",
"subMchid": "string",
"subAppid": "string",
"authScene": "string",
"employmentType": "string",
"employmentScene": "string",
"userName": "string",
"idCardNumber": "string"
}'{
"success": true,
"code": "SUCCESS",
"message": "成功",
"data": {
"token": "string",
"authUrl": "string",
"expireTime": "string",
"simulate": true
}
}