curl --location 'https://decibel.foo/api/auth/login/local' \
--header 'Cookie: refreshToken=' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "ibrahimhesham21@yahoo.com",
"password": "008c70392e3abfbd0fa47bbc2ed96aa99bd49e159727fcba0f2e6abeb3a9d601",
"deviceInfo": {
"deviceType": "DESKTOP",
"fingerPrint": "sunt consectetur cillum officia in",
"deviceName": "Lillie Durgan Jr."
}
}'{
"accessToken": "string",
"expiresIn": 0,
"user": {
"id": 0,
"username": "string",
"displayName": "string",
"tier": "FREE",
"profileUrl": "string",
"avatarUrl": "string"
}
}