Hey all, I am trying to make curl calls using PHP and want to start the session using the login API, however, I am getting status code 204 in the response and it seems to be a successful call, I checked the response headers and it contains JSESSIONID and clienId but session cookies are not getting set for the user whose credentials I have shared in the request body.
Later I will use it to display the embedded iframe using the JavaScript API library by initializing the session using "window.thoughtspot.initialize".
Is this process in the correct path?
Any suggestions or fixes are appreciated.
Thanks,