Authorization: Bearer ********************
{"token": "fe1c7f26-bc9e-4cbb-96f8-a46b5c5547c2"}
curl --location --request POST 'http://127.0.0.1:9897/api/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{"token": "fe1c7f26-bc9e-4cbb-96f8-a46b5c5547c2"}'
{
"message": "Login success!"
}