{% load i18n %}
response = {
'status': 200, // Коды HTTP, имеющие смысл.
'message': 'Строка сообщения для пользователя (с поддержкой локализации)',
'data': <Вложенный объект JSON>,
}
{% trans 'The type and structure of nested object depend on the method to call (see documentation below).' %}