Search code examples
jsonlaravel-5laravel-5.3lumenlumen-5.4

send data in postman body through postman other than sending parameters in http request url


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


Solution

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