Authorization: ********************{
"taskType": 0
}curl --location --request POST 'http://127.0.0.1:10010/user/api/aienterpriseaccount/getWritingExperts' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskType": 0
}'{
"status": "",
"message": "",
"data": [
{
"expert_id": "",
"name": "",
"desc": "",
"is_stream": ""
}
]
}