Authorization: ********************{
"abbrlink": "string",
"content_html": "string",
"content_md": "string",
"copyright": true,
"copyright_author": "string",
"copyright_author_href": "string",
"copyright_url": "string",
"cover_url": "string",
"custom_published_at": "string",
"custom_updated_at": "string",
"enable_ai_summary": true,
"home_sort": 0,
"ip_location": "string",
"is_paid": true,
"is_premium": true,
"is_primary_color_manual": true,
"keywords": "string",
"password": "string",
"password_expiry": "string",
"password_placeholder": "string",
"password_tips": "string",
"password_title": "string",
"pin_sort": 0,
"post_category_ids": [
"string"
],
"post_tag_ids": [
"string"
],
"premium_price": 0,
"preview_content": "string",
"price": 0,
"primary_color": "string",
"sale_price": 0,
"show_on_home": true,
"status": "DRAFT",
"summaries": [
"string"
],
"title": "string",
"top_img_url": "string",
"visibility": "string"
}curl --location --request POST '/user/articles/submit' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"abbrlink": "string",
"content_html": "string",
"content_md": "string",
"copyright": true,
"copyright_author": "string",
"copyright_author_href": "string",
"copyright_url": "string",
"cover_url": "string",
"custom_published_at": "string",
"custom_updated_at": "string",
"enable_ai_summary": true,
"home_sort": 0,
"ip_location": "string",
"is_paid": true,
"is_premium": true,
"is_primary_color_manual": true,
"keywords": "string",
"password": "string",
"password_expiry": "string",
"password_placeholder": "string",
"password_tips": "string",
"password_title": "string",
"pin_sort": 0,
"post_category_ids": [
"string"
],
"post_tag_ids": [
"string"
],
"premium_price": 0,
"preview_content": "string",
"price": 0,
"primary_color": "string",
"sale_price": 0,
"show_on_home": true,
"status": "DRAFT",
"summaries": [
"string"
],
"title": "string",
"top_img_url": "string",
"visibility": "string"
}'{
"code": 0,
"data": null,
"message": "string"
}