Authorization: ********************{
"title": "string",
"content": "string",
"summary": "string",
"category_id": 0,
"tag_ids": [
0
],
"status": "draft"
}curl --location --request PUT '/articles/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"content": "string",
"summary": "string",
"category_id": 0,
"tag_ids": [
0
],
"status": "draft"
}'{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22.123Z"
}