{
"key": "MOODLE_IOMAD_TOKEN",
"value": "your_new_token_here"
}curl --location 'http://localhost:3000/api/v1/api/v1/env' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"key": "MOODLE_IOMAD_TOKEN",
"value": "your_new_token_here"
}'{}