Problem: A curl call is done and appears next message:
curl: (92) HTTP/2 stream 0 was not closed cleanly HTTP_1_1_REQUIRED (err 13)Solution: Just include --http1.1 at the end of the command.
Explanation: We force the use of HTTP/1.1.
For more interesting tutorials & guides just check them HERE.

Wow !