curl --location '/api/media-contents//tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tag_id": "soluta"
}'[
{
"id": null,
"name": "",
"slug": "",
"type": null,
"order_column": null,
"created_at": null,
"updated_at": null
},
{
"id": null,
"name": "",
"slug": "",
"type": null,
"order_column": null,
"created_at": null,
"updated_at": null
}
]