1

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

ahmad izhar
  • 150
  • 1
  • 13
  • 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 Oct 31 '17 at 04:48

1 Answers1

1

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

julian joseph
  • 330
  • 1
  • 4
  • 18