curl -X GET http://localhost:3000/users/post-info \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"pendiente": 1,
"aprobada": 3,
"rechazada": 0,
"total": 4,
"protegidas": 5
}
Retrieve statistics about the authenticated user’s reports including counts by status
curl -X GET http://localhost:3000/users/post-info \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"pendiente": 1,
"aprobada": 3,
"rechazada": 0,
"total": 4,
"protegidas": 5
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/4rt21/backend-proyecto/llms.txt
Use this file to discover all available pages before exploring further.
Bearer <your_access_token>curl -X GET http://localhost:3000/users/post-info \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"pendiente": 1,
"aprobada": 3,
"rechazada": 0,
"total": 4,
"protegidas": 5
}