curl --request POST \
--url https://api.ekiden.fi/api/v1/user/api-keys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"public_key": "<string>",
"scopes": [
"full"
],
"expires_at": 123
}
'