select content::json->>'allowed'
from http_post('https://jsonplaceholder.typicode.com/todos/1',
jsonb_build_object('test', 'test')
);
select content::json->>'allowed'
from http_post('https://jsonplaceholder.typicode.com/todos/1',
jsonb_build_object('test', 'test')
);