POST /be/v1/login
{}
curl --location --request POST 'https://Example-Server.com/be/v1/auth' \ --header 'x-rockit-besession-token: {{_edge_org_admin_besession_token}}' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "status": "success", "auth": { "token": "eyJhbGc...", "expires": 1727679037 } }