fun createDeviceFingerprint(userToken: TokenResponse, deviceData: Map<String, String>): Call<ApiContainer<DeviceFingerprint>>
Create a device fingerprint for the user's current device.
userToken
- The user's access token
Return
On Success it will return a new device fingerprint, failure otherwise