Authorization type: Basic Auth Username: usr Password: pwd
curl_setopt($ch, CURLOPT_USERPWD, "usr:pwd");
Pro tip: use ```triple backticks around text``` to write in code fences