I am using JRIA cloud and trying to authenticate by using below API
API Endpoint https://.atlassian.net/api/v1/authenticate Header Content-Type : application/json POST Body { "client_id": "<client_id>","client_secret": "<cleint_secret>" }
Getting 404 error code