I am trying to use the returned ETag / the @odata.etag value from GET response and feed into http header while updating an entity(think of PUT/PATCH Customer endpoint) through POSTMAN(ARCA).
Can someone please share a screenshot or something which might be helpful.
I cannot find any resource that actually sheds some light on this issue that I am facing.
It gives me a response:
{
"error": {
"code": "",
"message": "Could not validate the client concurrency token required by the service. Please provide a valid token in the client request."
}
}