Why I get 401 and no error message when I want to create an account holder ?
I make a request with https://reqbin.com
URL: https://cal-test.adyen.com/cal/services/Account/v6/createAccountHolder
headers:
x-API-key: xxx
method: POST,
content (body)
{
"accountHolderCode":"TestAccountHolder5691",
"accountHolderDetails":{
"address": {
"country": "DE"
},
"email":"test@dasdas.com",
"individualDetails":{
"name":{
"firstName":"First name",
"gender":"MALE",
"lastName":"Last Name"
}
}
},
"createDefaultAccount":true,
"legalEntity":"Individual"
}