{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"type": 0,
"transformInfoList": [
{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"projectName": "string",
"sum": "string",
"amount": "string",
"deviceNo": "string",
"beforeUrl": "string",
"afterUrl": "string"
}
]
}
curl --location --request POST '/custHomeBed/transform' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"type": 0,
"transformInfoList": [
{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"projectName": "string",
"sum": "string",
"amount": "string",
"deviceNo": "string",
"beforeUrl": "string",
"afterUrl": "string"
}
]
}'
{
"success": false,
"code": "",
"message": "",
"data": {}
}