Authorization: Bearer ********************
Authorization: ********************
curl --location --request POST '/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "johndoe", "password": "securePassword123" }'
{ "token": "string", "expiresAt": "2019-08-24T14:15:22Z" }