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