curl --location --request POST '/api/portrait/effects/hairstyle-editor-pro' \
--header 'ailabapi-api-key;' \
--form 'task_type="async"' \
--form 'image=@""' \
--form 'hair_style=""'
{
"error_code": 0,
"error_code_str": "",
"error_msg": "",
"request_id": "",
"log_id": "",
"task_type": "",
"task_id": ""
}