{
"ids": [
"string"
],
"apiType": "string",
"paramType": "string",
"allNum": 0,
"expireTime": "string",
"genKey": "string",
"roleIds": [
"string"
],
"format": "string"
}
curl --location --request POST 'http://127.0.0.1:8093/email/email/user/copyApi' \
--header 'Apikey: 1111' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"apiType": "string",
"paramType": "string",
"allNum": 0,
"expireTime": "string",
"genKey": "string",
"roleIds": [
"string"
],
"format": "string"
}'
{
"code": 0,
"success": false,
"msg": "",
"data": {},
"timestamp": 0
}