Authorization: ********************{
"address": "string",
"aplayer": {},
"content": "string",
"custom_published_at": "string",
"from": "string",
"image": [
null
],
"link": "string",
"sort_order": 0,
"status": 0
}curl --location --request POST '/pro/admin/essays' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"aplayer": {},
"content": "string",
"custom_published_at": "string",
"from": "string",
"image": [
null
],
"link": "string",
"sort_order": 0,
"status": 0
}'{
"code": 0,
"data": {
"address": "string",
"aplayer": {},
"content": "string",
"created_at": "string",
"from": "string",
"id": 0,
"image": [
null
],
"link": "string",
"sort_order": 0,
"status": 0,
"updated_at": "string"
},
"message": "string"
}