Create a desktop login log. Desktop login logs can
only be created by the current user.
POST
/data/user/desktop-login-logs
curl \
--request POST 'http://api.example.com/data/user/desktop-login-logs' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'date=2022-07-12'
Response examples (201)
{}