ManagementSystem/BACKEND/Modules/Admin/.api/dashboard.http

27 lines
822 B
HTTP
Executable File

@token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vYXBhYy5sb2NhbDo4MDAwL2FwaS92MS9hZG1pbi9sb2dpbiIsImlhdCI6MTcwNjU4MTI2NywiZXhwIjoxNzA2NjY3NjY3LCJuYmYiOjE3MDY1ODEyNjcsImp0aSI6Ik54ZHhveWVnT2sydlVtU2EiLCJzdWIiOiI1IiwicHJ2IjoiZDJmZjI5MzM5YThhM2U4MmMzNTgyYTVhOGU3MzlkZjE3ODliYjEyZiJ9.d-R6ZSXNzUq_AXNZWYMIh3BfHWAtpirdrNyewd-c8As
###
GET http://localhost:8000/api/v1/admin/dashboard/statistics-sn-keywords-by-month
Content-Type: application/json
Accept: application/json
Authorization: Bearer {{token}}
{
"month": 1,
"year": 2024,
"timezone_offset": "+01:00"
}
GET http://localhost:8000/api/v1/admin/dashboard/statistics-revenues-by-month
Content-Type: application/json
Accept: application/json
Authorization: Bearer {{token}}
{
"month": 1,
"year": 2024,
"timezone_offset": "+01:00"
}