Using flask MethodView
app.add_url_rule(\'/fruit/\', method=[\'POST\'], view_func=Fruit.as_view(\'fruit_types\'))
example: