Authorization: ********************{
"agreementNo": "string",
"appId": "string",
"equipmentId": "string",
"fppUserId": "string",
"outUserId": "string",
"outUserPhoneNo": "string",
"preAuthAppId": "string",
"stationId": "string"
}curl --location --request POST '/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": "",
"msg": "",
"data": {
"result": "",
"resultMsg": ""
}
}