โ09-26-2021 02:59 AM
Hi everyone!
I signed up and tried to create a user by copying the indicated code in Terminal window, but it gave me an error (The term '-d' is not recognized as the name of a cmdlet, function, script file, or operable program). What should I do to create a user?
Thank you for your help
โ09-27-2021 01:10 PM - edited โ09-27-2021 01:12 PM
@ann_soft, please make sure your current curl command doesn't have incorrect or extra quotation marks. You might have to write the script (https://www.marqeta.com/docs/developer-guides/core-api-quick-start#_create_a_user_2) yourself, instead of copying it and pasting it to terminal.
You can also try using a http request library. Below are some examples:
https://www.npmjs.com/package/request
https://realpython.com/python-requests/