URL 短縮のために goo.gl を使用する予定です。次のリクエストを行う必要があります。
POST https://www.googleapis.com/urlshortener/v1/url
Content-Type: application/json
{"longUrl": "http://www.google.com/"}
私のhtml:-
<form method="post" action="https://www.googleapis.com/urlshortener/v1/">
<button type="submit"> submit </button>
</form>
ここに「コンテンツ タイプ」と json を追加するにはどうすればよいですか?