curl -X POST https://xenarch.dev/v1/publishers \ -H "Content-Type: application/json" \ -d '{"email": "publisher@example.com", "password": "secure_password"}'
{ "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "api_key": "xk_pub_abc123..." }
Create a new publisher account.
api_key
8 - 128
Successful Response