curl -L \
--request POST \
--url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/apikeys' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"name": "text",
"apiKey": "text",
"role": "admin"
}'