perl と json を使用してユーザー作成を自動化しようとしています。PUT コマンドで次のエラーが発生しました。
<h1>Method Not Allowed</h1>
<p>The requested method PUT is not allowed for the URL /https://sandbox.rallydev.com/slm/webservice/1.43/user/create.js.</p>
</body></html>
',
'_rc' => '405',
POST を試みると、次のようになります。
<h1>Not Found</h1>
<p>The requested URL /https://sandbox.rallydev.com/slm/webservice/1.43/user/create.js was not found on this server.</p>
</body></html>
',
'_rc' => '404',
perl で Rally ユーザーを作成する例はありますか?