Steam Login with cUrl?

Hello guys, I’m trying to link steam authentication with cUrl on PostMan, but this error occurs >

{
“code”: 16,
“message”: “Could not authenticate Steam profile.”
}

Hello @waldemarbert, please check the server logs and provide any output that could help understand the issue.

Lastest server logs :

nakama | {"level":"info","ts":"2022-09-07T14:45:23.637Z","caller":"server/leaderboard_scheduler.go:92","msg":"Leaderboard scheduler start"}
nakama | {"level":"info","ts":"2022-09-07T14:45:23.638Z","caller":"server/leaderboard_scheduler.go:279","msg":"Leaderboard scheduler update","end_active":"-1ns","end_active_count":0,"expiry":"-1ns","expiry_count":0}
nakama | {"level":"info","ts":"2022-09-07T14:45:23.638Z","caller":"server/api.go:131","msg":"Starting API server for gRPC requests","port":7349}
nakama | {"level":"info","ts":"2022-09-07T14:45:23.653Z","caller":"server/api.go:265","msg":"Starting API server gateway for HTTP requests","port":7350}
nakama | {"level":"info","ts":"2022-09-07T14:45:23.675Z","caller":"server/console.go:213","msg":"Starting Console server for gRPC requests","port":7348}
nakama | {"level":"info","ts":"2022-09-07T14:45:23.676Z","caller":"server/console.go:316","msg":"Starting Console server gateway for HTTP requests","port":7351}
nakama | {"level":"info","ts":"2022-09-07T14:45:24.394Z","caller":"main.go:188","msg":"Startup done"}
nakama | {"level":"debug","ts":"2022-09-07T14:46:59.892Z","caller":"social/social.go:527","msg":"Getting Steam profile","publisherKey":"62XXXXXXXXXXXXXXXXXXXXXXXXXX","appID":420,"ticket":"valid-steam-token"}
nakama | {"level":"info","ts":"2022-09-07T14:47:00.587Z","caller":"server/core_authenticate.go:752","msg":"Could not authenticate Steam profile.","error":"Invalid parameter, 3"}
nakama | {"level":"debug","ts":"2022-09-07T14:48:57.815Z","caller":"social/social.go:527","msg":"Getting Steam profile","publisherKey":"62XXXXXXXXXXXXXXXXXXXXXXXXXX","appID":420,"ticket":"valid-steam-token"}
nakama | {"level":"info","ts":"2022-09-07T14:48:58.330Z","caller":"server/core_authenticate.go:752","msg":"Could not authenticate Steam profile.","error":"Invalid parameter, 3"}

what could it be?

This seems to indicate that one of your body params is invalid, are you sure you’re sending the correct data in the body, and that it is a valid token?

where can i found this > SteamToken ??

I’d like to know this as well. How do we get Steam Token from our client?