{
"tenantName": "string",
"creditCode": "string",
"tenantType": 0,
"address": "string",
"contactName": "string",
"contactPhone": "string",
"email": "string",
"smsCode": "string",
"attachments": [
{
"attachmentType": 0,
"fileName": "string",
"fileKey": "string"
}
]
}curl --location --request POST '/tenant/settlement/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantName": "string",
"creditCode": "string",
"tenantType": 0,
"address": "string",
"contactName": "string",
"contactPhone": "string",
"email": "string",
"smsCode": "string",
"attachments": [
{
"attachmentType": 0,
"fileName": "string",
"fileKey": "string"
}
]
}'{
"code": 0,
"msg": "string",
"data": null,
"other": {}
}