Use gradio with Curl

Hi,

I’m looking for a curl call to use gradio from a client side. My server use a gradio blocks with queue and the api isn’t open. On the client side I use it through python gradio_client.predict(…) and it works well. But how can I do the same as gradio_client.predict(…) with curl?

Best regards !