{"response":{"message":"Error occurred","uri":"/api/attendance/getUserReport","errors":{"code":7205,"message":"Input format does not match "},"status":1}}
Not knowing the API you’re trying to query it’ll be hard to help, this is more of a Zoho question than a Postman one. You should reach out to them and ask what that error message means.
That being said, I doubt <authtoken> is a valid token, it should probably be replaced with whichever one they provide you.
@bakhtawarashiqhussai for your xmlData values the <Request> and <Record> elements do not have the closing tags </Request> and </Record>, that may be causing the API call to error out.
On a side note posting API keys online is big security no-no, you may want to delete your posts showing the API keys and do consider changing the API keys as well.