Http Request - POST - Issue

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

Can you post your xaml file?

@kiepnt thank you
I was making a mistake in using the variable, was using the wrong one
my issue is resolved