Sending payload in get method working in postman but not in angular

when I try to send a request payload to my get api endpoint using angular application it is sending null, where as it working in postman.

Is there any restriction in front end frameworks to send payload using a get method from request body?.