{ "email": "lc@front.lc", "password": "2333" }
curl --location --request POST 'http://s.front.lc/api/user/signin' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "lc@front.lc", "password": "2333" }'
{}