I don’t understand how we can create an admin user on Medusa server. Do I need to ssh into the server and run the „medusa user“ command? Generally, we need to bulk upload our (50k) products via the admin api somehow which is why we need an API key from an admin user.
I understand I can seed the admin, but when I then create the api key for that user in the Postgres to connect eg via curl it tells me the key is not valid.
- Am I maybe setting up the admin wrong (we use railway)
- how do I need to make the call from curl including the API key so that Medusa server actually authenticates my request