{
"username": "string",
"password": "string"
}curl --location 'https://www.wattdesk.com/login' \
--header 'Platform: Web' \
--header 'APPS: DESK' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string"
}'{
"code": "0000",
"msg": "string",
"data": {
"accessToken": "string",
"refreshToken": "string"
}
}