Authorization: Bearer ********************
{
"id": 1,
"password": "c6QTvp",
"exp": 20
}
curl --location --request POST 'http://127.0.0.1:4300/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"password": "c6QTvp",
"exp": 20
}'
{}