curl --request POST \ --url https://localhost:8080/v1/access/apikey \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "apikey": "<string>", "created_at": "<string>", "id": "<string>", "name": "<string>", "organization": "<string>" }