How do I attach images and videos on my post via WP REST API?
I was trying via /wp-json/wp/v2/posts/3372/meta
including form-data key and value (images) but returns the following
{
"code": "rest_forbidden",
"message": "Sorry, you cannot view this post.",
"data": {
"status": 401
}
}