As pointed out by @pavelsaman, you're using different endpoints in Postman and your curl.
To avoid that and run the very same request in curl as in Postman, you can export your request from Postman as curl:
Click "Code", then select "cURL", copy the code, and paste it to your commandline:
You can find the documentation here: https://learning.postman.com/docs/sending-requests/generate-code-snippets/
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…