Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/v2/auth/api-keys' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "ERP Integration",
"description": "Key para sistema ERP externo",
"scopes": [
"main.material:R",
"main.recipe:R"
],
"rateLimit": 100
}'{
"id": "string",
"name": "string",
"key": "string",
"prefix": "string",
"scopes": [
"string"
],
"message": "Guarda la key, no se mostrara de nuevo"
}