Neutrinos-IDS: How to get IDS authorization token using Postman

Hey,
While going through me Neutrionos-reels training, there’s a section where we execute a rule created in the reels platform using api call in Postman, but in-order for that to happen we need the neutrinos-ids token, which is recieved by calling a POST method on the https://ids.neutrinos.co/ ,

How do i get the IDS Authorization token in Postman ?
What key-value pairs goes inside the body for that api call & how do i get those key-value pairs ?

@Sam

Hello @tarun ,
In which environment you are working, sandbox or any other environment??

Hello @Sam ,
I’m currently working inside https://reels-pt.neutrinos-apps.com/ enviroment.

Can you share your email id??

sure, tarun.jha@nexsysit.co.in

Please check your email inbox and confirm whether you have received the cURL or not.

yes, i have recieved it, thanks

but when trying to execute a REEL script using the IDS Auth token generated from then given credentials, it gives a status code: 500

Api call: https://reels-pt.neutrinos-apps.com/integration/api/runtime/sync

{
  "ruleId": "723b4b7e-4f4c-4a47-be99-5cc856ff8851",
  "version": "1.0.1",
  "inputObj": {
    "Age": 18,
    "Nationality": "india"
  }
}

for the script rule (id: 723b4b7e-4f4c-4a47-be99-5cc856ff8851) in REELS Studio