Authorization: Bearer ********************
{
"catalog_id": 75,
"slug": "v3iffn28c",
"position": 2,
"viewed": 2,
"author": "ullamco occaecat est dolore incididunt",
"active": false,
"translations": [
{
"locale": "en",
"meta_keywords": "culpa mollit",
"meta_title": "品主些使",
"image": "http://dummyimage.com/400x400",
"title": "平方其达音",
"content": "do dolor proident",
"summary": "tempor",
"meta_description": "occaecat eu culpa"
}
]
}
curl --location --request POST 'http://innoshop.test/api/panel/panel/articles' \
--header 'Content-Type: application/json' \
--data-raw '{
"catalog_id": 75,
"slug": "v3iffn28c",
"position": 2,
"viewed": 2,
"author": "ullamco occaecat est dolore incididunt",
"active": false,
"translations": [
{
"locale": "en",
"meta_keywords": "culpa mollit",
"meta_title": "品主些使",
"image": "http://dummyimage.com/400x400",
"title": "平方其达音",
"content": "do dolor proident",
"summary": "tempor",
"meta_description": "occaecat eu culpa"
}
]
}'
{}