{
"id": 0,
"userOneId": "string",
"channelUserId": "string",
"channelId": 0,
"userId": 0,
"updateBy": "string",
"updateTime": "string",
"createTime": "string",
"createBy": "string"
}
curl --location --request POST 'https://test.myusmile.online/bff/cloud/platforChannelMapping/delete' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userOneId": "string",
"channelUserId": "string",
"channelId": 0,
"userId": 0,
"updateBy": "string",
"updateTime": "string",
"createTime": "string",
"createBy": "string"
}'
{}