Authorization: ********************{
"agreementNo": "string",
"appId": "string",
"equipmentId": "string",
"fppUserId": "string",
"outUserId": "string",
"outUserPhoneNo": "string",
"preAuthAppId": "string",
"stationId": "string"
}curl --location --request POST '/user/ccb/ccb/fppSignContract' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agreementNo": "string",
"appId": "string",
"equipmentId": "string",
"fppUserId": "string",
"outUserId": "string",
"outUserPhoneNo": "string",
"preAuthAppId": "string",
"stationId": "string"
}'{
"code": "string",
"msg": "string",
"data": {
"agreementNo": "string",
"outUserId": "string",
"preAuthAppId": "string",
"result": "string",
"resultMsg": "string",
"signUrl": "string"
},
"stackTraceMsg": "string"
}