Authorization: Bearer ********************
curl --location --request PUT '/admin/posts/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "isPublished": true, "reviewStatus": true }'
{}