This is a personal note on how to log into Drupal programmatically.

The following article was helpful:

https://drupal.stackexchange.com/questions/185494/how-do-i-programmatically-log-in-a-user-with-a-post-request

c}u--'rhdleaat""danp-eaalr'mso{esc'""aC::toin""otaaneddnmm'tiih-nntT""ty,pp:e/:/darpupplailc.adt8i/ouns/ejrs/olno'gin?_format=json'

By sending a request like the above, I was able to obtain a response like the following:

{"current_user":{"uid":"1","roles":["authenticated","administrator"],"name":"admin"},"csrf_token":"wBr9ldleaUhmP4CgVh7PiyyxgNn_ig8GgAan9-Ul3Lg","logout_token":"tEulBvihW1SUkrnbCERWmK2jr1JEN_mRAQIdNNhhIDc"}

I hope this serves as a useful reference.