Hi, Got 405 Method Not Allowed while executing a query with parametrize with following curl:

curl --location --request POST ‘https://redash.happyfresh.net/api/queries/4368/results
–header ‘Authorization: Key <API Key’
–data-raw ‘{
“parameters”: {
“product_code”: “KLP1634102194057”
},
“max_age”: 1800
}’

Can anyone help me to figure out if I miss something

1 Like

Did u get a solution for this? m facing the same issue