GET and POST are typically used for different purposes.
Any request that could be used to change the state of the system - for example, a request that makes changes in the database - should use POST. GET should be used only for requests that do not affect the state of the system.
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Forms#html_forms