{
"roleTitle": "string",
"roleUseType": "string",
"roleUseContent": "string",
"roleRegType": "string",
"roleRegText1": "string",
"roleRegText2": "string",
"roleRegContent": "string",
"removeNr": "string",
"status": "string",
"roleDoRun": "string",
"roleRegText1Add": "string",
"roleRegText2Add": "string",
"proxyLock": "string",
"proxyHost": "string",
"proxyPort": "string",
"proxyType": "string",
"proxyUser": "string",
"proxyPassword": "string"
}
curl --location --request POST 'http://127.0.0.1:8093/email/email/role/add' \
--header 'Apikey: 1111' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleTitle": "string",
"roleUseType": "string",
"roleUseContent": "string",
"roleRegType": "string",
"roleRegText1": "string",
"roleRegText2": "string",
"roleRegContent": "string",
"removeNr": "string",
"status": "string",
"roleDoRun": "string",
"roleRegText1Add": "string",
"roleRegText2Add": "string",
"proxyLock": "string",
"proxyHost": "string",
"proxyPort": "string",
"proxyType": "string",
"proxyUser": "string",
"proxyPassword": "string"
}'
{
"code": 0,
"success": false,
"msg": "",
"data": {},
"timestamp": 0
}