curl --location --request POST 'https://api.febbox.com/oauth' \ --header 'Authorization: Bearer ccca8727aad585ae85e9f49163692f77f4e193982895dcacf37ac6bee3f2b0b081e235474cb1bd935a6fa81bb8aad0d6544d36791ef269e9c8cdaa4840e205dc' \ --data-urlencode 'module=channel/article_add' \ --data-urlencode 'level=1' \ --data-urlencode 'title=This is a title' \ --data-urlencode 'content=This is a content' \ --data-urlencode 'private=0' \ --data-urlencode 'share_link=https://www.febbox.com/share/wsed1rtg' \ --data-urlencode 'share_link=https://www.febbox.com/share/wsed1rtg'
{ "code": 1, "msg": "success", "server_runtime": 0.16005, "data": { "article_id": "116" } }