username:passwordAuthorization: Basic *****************curl --location --request POST 'https://api.socialidnow.com/v1/marketing/login/users/login' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "john_doe",
"password": "john_doe_secret"
}'{
"connection": "https://api.socialidnow.com/v1/marketing/login/connections/f6a13b09cf19ce1b9eaf849d59f220250210b5c44c10c71033d253de8b61ed9b",
"connection_id": "f6a13b09cf19ce1b9eaf849d59f220250210b5c44c10c71033d253de8b61ed9b",
"login_token": "658cd5300e49d2834ffab3c3c9103b71a5075a9cda4621df56b4d59cffbaec08",
"user_id": 341
}