curl --location --request POST '/v1.33/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "xxxx",
"serveraddress": "https://index.docker.io/v1/",
"username": "hannibal"
}'
{
"IdentityToken": "9cbaf023786cd7...",
"Status": "Login Succeeded"
}