{"message":"Welcome to Ashin Cipher API","endpoints":{"encrypt":"/en (POST)","decrypt":"/dec (POST)"},"usage":{"description":"This API uses POST requests with JSON payloads for both encryption and decryption","request_format":{"content_type":"application/json","body_structure":{"text":"string - The text to encrypt/decrypt","key":"string - The encryption/decryption key"}},"examples":{"encrypt":{"endpoint":"/en","method":"POST","payload":{"text":"Hello World","key":"mySecretKey123"}},"decrypt":{"endpoint":"/dec","method":"POST","payload":{"text":"{cipher-text}","key":"mySecretKey123"}}}}}