暂无描述
Authorization: Bearer ********************
curl --location --request POST 'https://api.tolink.cloud/app/copySand' \
--form 'appId="1954"' \
--form 'transferGatherId="793"' \
--form 'environment="prod"'
{
"code": 0,
"data": {
"newId": 115
},
"msg": "success"
}