{% extends 'scenario-basic.html' %} {% block title-text %} Tiredful API: SQL Injection {% endblock %} {% block content %}
APIs implemented to serve a fitness tracker mobile app, is used to check fitness activity in a month.
Following is the API end point to access monthly fitness activity
POST http://{{ request.get_host }}/api/v1/activities/
{
"month": <month(string)>
}