Method: POST
Description: Returns the response from the function get_reels in
query.py.
Payload:
{
"query": "Your query string here"
}
Method: POST
Description: Returns the response from the function ask_gpt in
query.py.
Payload:
{
"query": "Your query string here"
}
Method: GET
Description: Returns a 501 status code with the message "Method not implemented" for any other routes.