The 405 response might happen if the data is wrapped around the “data” attribute.
Make sure you send:
{
"data": {
"firstName": "Kai"
}
}
instead of
{
"firstName": "Kai"
}
The 405 response might happen if the data is wrapped around the “data” attribute.
Make sure you send:
{
"data": {
"firstName": "Kai"
}
}
instead of
{
"firstName": "Kai"
}