{
"username": "xxxxxxxx",
"password": "xxxxxxxx"
}curl --location --request POST 'https://api.apiqik.online/api/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "xxxxxxxx",
"password": "xxxxxxxx"
}'{
"data": {
"display_name": "xxxxxxx",
"group": "default",
"id": 1915,
"role": 1,
"status": 1,
"username": "xxxxxxxx"
},
"message": "",
"success": true
}