We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1cfc4 commit e057a6aCopy full SHA for e057a6a
README.md
@@ -28,7 +28,7 @@ curl -X "POST" "https://api.imink.app/f" \
28
-H 'User-Agent: {{ Your app name }}/{{ Your app version }}' \
29
-H 'Content-Type: application/json; charset=utf-8' \
30
-d $'{
31
- "token": "{{ token }}"
+ "token": "{{ token }}",
32
"hash_method": {{ 1 or 2 }},
33
}'
34
```
0 commit comments