Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/menu/option/app/507f1f77bcf86cd799439012' \
--header 'Authorization: Bearer <token>'{
"msg": "Lista de opciones",
"options": [
{
"_id": "507f1f77bcf86cd799439013",
"_idOption": 3,
"text": "Reportes Avanzados",
"link": "/reports/advanced",
"apps": [
"507f1f77bcf86cd799439012"
],
"description": "Generación de reportes personalizados",
"deleted": false,
"createdAt": "2025-10-18T19:00:00.000Z",
"updatedAt": "2025-10-18T19:00:00.000Z"
}
]
}