Hello, everyone. I’m trying to send HTTP Request.
But, I get error “ERROR: The data in “Headers” is no valid JSON. Set Body Content Type to “RAW/Custom” for XML or other types of payloads”.
I don’t understand why it appears.
{
"content": "Hello, World!",
"tts": false,
"embeds": [{
"title": "Hello, Embed!",
"description": "This is an embedded message."
}]
}
I wrote Content-Type: application/json in the header, but that didn’t work either.
Please help.