HI @Muzaffar1
The header parameters will depend on your REST API call requirements.
In my case, I needed a client id and secret. If more than one header parameter, which was my case, create a list, add the header parameters to the list and then have the REST API call point to it.

The body is easy - just copy and paste the body - swap out values with variables, as needed.

In my case, I also had to tweak advanced parameters - but yours may be different. Mine are

As you can see in this post, some users have other ideas on how it might work, but this works for me.
HTH,
Sigrid