Invalid Value Passed For Auth Token Code 14 Error

Invalid Value Passed For Auth Token Code 14 Error

I have recently started using zoho books and am facing issues with the APIs. I have created an auth token using the browser API after logging into my account and can also see the same under active tokens as well.

Yet when i try to create a contact using the exact same details as mentioned in the documentation and the postman collection, it gives me an error stating "Invalid Value Passed For Auth Token"

PFA a screenshot of the same

POST /api/v3/contacts?organization_id=60************2 HTTP/1.1
Host: books.zoho.com
Authorization: Zoho-authtoken c16******3ce12******be53******d6
Cache-Control: no-cache
Postman-Token: 95609913-f54e-c22d-ca8b-1d13cbb0c2ff
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW

------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="JSONString"

{"contact_name": "Miss. Pranali Patil","company_name": "BCC","website": " www.bcc.com","contact_type": "customer","currency_id": "52756000000000064","payment_terms": 0,"payment_terms_label": "Due on Receipt","billing_address": {"attention": "ACCGAS Pvt Ltd","address": "Panvel","street2": "","city": "","state": "Maharashtra","zip": "410208","country": "India","phone": "1235487033"},"shipping_address": {},"contact_persons": [{"first_name": "Raaj","last_name": "","mobile": "","phone": "2258746130","email": " pranali06patil@test.com","salutation": "Mr."}, {"first_name": "Pranali","last_name": "Patil","phone": "2230547894","email": " pranali@test.com","salutation": "Miss.","is_primary_contact": true}],"default_templates": {},"language_code": "en","tags": []}
------WebKitFormBoundary7MA4YWxkTrZu0gW--