In this case, you want to be using GET if you are retrieving a user’s data. You would want to use POST if you are updating a user’s description.
In this case, you want to be using GET if you are retrieving a user’s data. You would want to use POST if you are updating a user’s description.