#!/usr/bin/env php [ "header" => ["Content-Type: application/json"], "method" => "POST", "content" => json_encode([ "device_id" => "matrix-php-cli", "inhibit_login" => true, "password" => $options["password"], "username" => $options["username"], ]), ] ]));