{
"encryptedData": "U2FsdGVkX1+..."
}curl --location '/merchantapi/v2/projects/syncRecruit' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'X-Encrypt-Type;' \
--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"
}
}