1
votes

i am working with Lumen Api Development and currently i am sending data in request, that sending parameters in url. Now i want to send parameters in body and getting confuse how to send parameters in body.Need Your Help!

currently i am sending like this in URL as shown in image

currently i am sending like this in URL

1
Go to the body tab -> if you want to post fields then use form data in which you have to specify key value pairs. If you want to post json data then use the raw tab.Gautam

1 Answers

1
votes

Click on 'Body' and attach it in whichever form you deem right, raw, JSON, txt etc.