It's not clear to me what's the format for the POST request body in https://github.com/stac-api-extensions/freetext-search?tab=readme-ov-file#http-post, nothing is mentioned. The example shows a simple **string** 🤷 For the Basic spec we have: - GET: **string** (e.g. `EO,Earth Observation`) - POST: **List[string]** (e.g. `["EO","Earth Observation"]`) for the Advanced we have - GET: **string** (e.g. `climate AND model`, `climate OR model`, `(quick OR brown) AND fox`) - POST: ?