I have configured the HTTPS request with Content-Type=“application/json” and Authorization="Bearer + keyvar ". and body “{ ‘personalizations’: [ {
‘to’: [ { ‘email’: ‘xyz’, ‘name’: ‘abc’} ] }”
error: {
“errors”: [
{
“message”: “Bad Request”,
“field”: null,
“help”: null
}
]
}
The API call works through postman.