{
"nick_name": "echins",
"user_name": "todays",
"password": "echins",
"key": "keykey"
}
curl --location --request POST '/api/v1/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"nick_name": "echins",
"user_name": "todays",
"password": "echins",
"key": "keykey"
}'
{}