Hi,
Please note, this works on Postman and Status code is 200
Using Http Request, I am facing a similar issue on the following link
[How to send json body in HTTP request for POST method]
I followed the procedure, and created a variable and assigned the HTTP request body ( POST ), but still getting Status Code as 400
here is my variable (Json_01)
“{‘username’:‘Chakri.abc@def.com’,‘password’:‘456@123’}”
On “Http Request”, I changed the following
AcceptFormat ---- Any
BodyFormat ---- application/json
Body ---- Json_01
Please help
Thank in advance