curl -X POST https://xenarch.dev/v1/publishers/login \ -H "Content-Type: application/json" \ -d '{"email": "publisher@example.com", "password": "secure_password"}'
{ "api_key": "xk_pub_new_key..." }
Authenticate and receive a new API key (rotates the previous key).
Successful Response