curl --location --request POST '/merchantapi/v2/projects/recruit?projectId=2016422018623922200&recruitBatchNo=RB202603230001&redirectUrl=https%3A%2F%2Fmerchant.example.com%2Fapp%2Fsign-result&makers=¬ifyUrl=https%3A%2F%2Fmerchant.example.com%2Fapi%2Frecruit%2Fcallback' \
--header 'X-App-Id;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'X-Encrypt-Type;'{
"code": 0,
"message": "成功",
"data": {},
"timestamp": 1704067200000,
"requestId": "req_123456789",
"encrypted": false,
"encryptedData": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"signature": "string"
}