Thank you for your message.
I want to use the auth endpoint API with the POST method instead of GET. I want to pass parameters in the request body instead of URL parameters.
I meant, I want to use below endpoint.
https://www.ory.sh/oauth2/auth
this endpoint with POST method instead of Get method.
Link you've shared, has token endpoint not the auth endpoint.