예시
curl "https://prophecy-murex-omega.vercel.app/api/v1/markets?limit=5"
curl -H "Authorization: Bearer pk_YOUR_KEY" \
-X POST "https://prophecy-murex-omega.vercel.app/api/v1/predictions" \
-H "Content-Type: application/json" \
-d '{"marketId":"...","outcomeId":"...","stakePoints":10}'