{
"encryptedData": "U2FsdGVkX1+..."
}curl --location '/merchantapi/v2/projects/syncRecruit' \
--header 'X-App-Id: app_xxx' \
--header 'X-Timestamp: 1742891000000' \
--header 'X-Nonce: abc123' \
--header 'X-Sign: xxxx' \
--header 'X-Encrypt-Type: AES' \
--header 'Content-Type: application/json' \
--data '{
"encryptedData": "U2FsdGVkX1+..."
}'{
"code": 0,
"message": "成功",
"data": {
"projectId": "2016422018623922178",
"platformUserId": "DY20260115105692",
"maskedPhone": "138****5678",
"accepted": true,
"message": "签约链接已生成",
"errorCode": 0,
"taskId": "2034454171060154370",
"makerId": "2034454171060154371",
"url": "https://sign.example.com/sign?token=3f2d8d44a8c34973a7359b6057f5fd5f"
},
"timestamp": 1742891000000,
"requestId": "req_xxx",
"encrypted": false,
"signature": "xxxx"
}