Stripe publishable key
Returns the Stripe publishable key for frontend payment integration.
curl -s "$BASE/api/config/stripe"
{ "success": true, "data": { "publishableKey": "pk_live_xxx" } }