3. Change fingerprint
Shuffle some specific of fingerprint
Request
Method
URL
PUT
http://127.0.0.1:5555/change-fingerprint
Body
{
"profile_uuid": "99e4dd8a-ef34-4be8-8306-26d02c38292a",
"clear": true
}
Response
{
"type": "success",
"title": "Update successfully.",
"content": []
}
Last updated