curl --location 'https://api.kabonshare.com/api/user-auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "pa$$word"
}'{
"status": true,
"message": "string",
"data": {
"token": "string",
"apiKey": "string",
"userId": "string",
"email": "string",
"name": "string",
"role": "string",
"picture": "string",
"provider": "string"
}
}