Checked the query itself to ensure that it was correct and efficient. Considered optimizing the query by using indexes or other techniques to improve its performance.
I removed request.httpBody with an empty dictionary.
Afterwards, the options request worked as intended.
Checked the query itself to ensure that it was correct and efficient. Considered optimizing the query by using indexes or other techniques to improve its performance.
I removed
request.httpBody
with an empty dictionary.Afterwards, the options request worked as intended.