Plugins can read data from the database by calling /data/read using a POST method
Why a POST Method? So we have the problem of plugins wanting to query the database, the current implementation uses URL parameters to specify the filters, which has posed some limitations, exposes sensitive data and makes querying complex.
A POST method hides sensitive information. A POST method may have a body in which we can then specify, the following JSON object.