POSTHash hesapla / doğrula
https://dev.sifrele.net/api/v1/hash/lookupterminal
bash
| 1 | curl -X POST "https://dev.sifrele.net/api/v1/hash/lookup" \ |
| 2 | -H "Authorization: Bearer sfn_live_..." \ |
| 3 | -H "Content-Type: application/json" \ |
| 4 | -d '{"algorithm":"sha256","value":"metin"}' |