How to get a QR code?

I am not a web developer but am creating a simple site to get a QR code from here QR Code API with Logo and Design - QRCode Monkey

I want to test the API in postman, so I set the POST request to be this:
https://www.qrcode-monkey.com/qr/custom

and then set the body to:

{
“data”:“https://www.qrcode-monkey.com”,
“config”:{
“body”:“circle”,
“logo”:“#facebook
},
“size”:300,
“download”:false,
“file”:“svg”
}

as raw (application/json)

But I get a response which says " Sorry, the page you are looking for could not be found."

What am I doing wrong?

Here’s a screenshot

@flying-fish

Do you have a subscription with Mashape? I believe you would have to supply authorization for Mashape in order to have access to the QR Code API. From your screenshot it doesn’t look like you are setting anything for authorization.

Mick