Not just POST but all other methods can send a body with request. You just need to handle such requests carefully (not ignoring the body)
POST
For more detailed explanation: https://stackoverflow.com/a/983458/7771506