Authorization: Bearer ********************{
"username": "testuser",
"password": "password123"
}curl --location '/api/user/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"username": "testuser",
"password": "password123"
}'{}