I am wondering if sending post requests using meta box fields is supposed to work properly? I know the MB Rest API plugin works with GET requests but I do see functionality with updating post meta. I have been trying to send post requests as a test however I just can't get the data to populate correctly.
I have tried sending the data as such:
"meta": {
"meta_key": "meta_value"
}
Also tried sending it as the same way the GET request shows the data.
"meta_box": {
"meta_key": "meta_value"
}
However, none are seeming to work. Could you please direct me in the best way to update post meta that is from the meta box plugin?