I am going to create a post request and I am using token why i have to put the token into headers instead of request body? My understanding that body is more secure than http-headers is it so?
or only the reason to put token into headers is to separate and maintain consistency among multiple methods in our API's