hi - trying to formulate an API request with Postman. Despite copying all the set up and following step by step i get the following error message.
{ "error": { "message": "Malformed request payload: Syntax error at Line 2, Char 1: expected '}' " }}
I am following the tutorial here and got to step 7
Body raw test is:
{
"Credentials": {
"Username": "foo",
"Password": "foo_pass"
}
}
Tutorials | Refinitiv Developers