{
"id": "string",
"apiType": "string",
"paramType": "string",
"allNum": 0,
"expireTime": "string",
"needCount": 0,
"format": "string"
}
curl --location --request POST 'http://127.0.0.1:8093/email/email/project/extractUser' \
--header 'Apikey: 1111' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"apiType": "string",
"paramType": "string",
"allNum": 0,
"expireTime": "string",
"needCount": 0,
"format": "string"
}'
{
"code": 0,
"success": false,
"msg": "",
"data": {},
"timestamp": 0
}