Authorization: Bearer ********************
curl --location '/api-keys/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Store Manager Key", "admin": "5523006f-7b7d-4879-9eda-62c500bbc52b", "is_active": true }'
{}