Hello,
I have a problem with JSON, because I can't sent it by Shared Components\REST Data Sources. I use Oracle APEX 23.1.4. Autentication and URL Path Prefix are correct. I need to know how configure PATCH operation in Shared Components\REST Data Sources to send JSON. JSON example:
{
"Id": 111,
"Note": "note"
}