post https://{baseUrl}/V1/storeview//admin/token
Will get a temporal token after providing credentials in body. Call to get fresh token.
Sample Curl
curl --location --request POST 'https://mygatewayurl.com/V1/storeview/default/admin/token' --header 'Content-Type: application/json' --data-raw '{"username": "[email protected]","password": "Mystr0ngp@ssword"}'