curl --request GET \
--url http://localhost:3000/api/v1/items/{id} \
--header 'x-api-key: <api-key>'{
"id": "item_01",
"name": "Bolígrafo azul",
"code": "BOLI-001"
}curl --request GET \
--url http://localhost:3000/api/v1/items/{id} \
--header 'x-api-key: <api-key>'{
"id": "item_01",
"name": "Bolígrafo azul",
"code": "BOLI-001"
}