Thanks @radames , that worked. I didn’t have to set enable_queue=False
though. Following your curl queryy, to do the same in Postman, set the content type to application/json
and use the same payload as in your answer:
{"data": ["test"]}
Thanks @radames , that worked. I didn’t have to set enable_queue=False
though. Following your curl queryy, to do the same in Postman, set the content type to application/json
and use the same payload as in your answer:
{"data": ["test"]}