I have followed the documentation provided by HubSpot for making API requests, but I am consistently receiving a CORS error. This occurs when attempting to make a POST request to the following API endpoint:API Endpoint: https://api.hubapi.com/crm/v3/objects/contacts
I have ensured that the necessary headers, including Authorization and Content-Type, are set correctly. However, the server is not allowing the request from my React.js application due to CORS restrictions.