4단계 그래프에 데이터픽셀을 추가하기 - 다큐먼트 확인 - endpoint(URL) https://pixe.la/v1/users//graphs/ - header 헤더 headers = { "X-USER-TOKEN": parameters["token"], } - 필수 파라미터 date: 날짜이다. str 타입으로 입력한다. quantity: 픽셀에 등록할 양이며, 픽셀 한 칸의 강도를 결정한다. str타입으로 입력한다. - requests.post(url =?, headers=headers, json=?) url: endpoint(url)를 넣는다. headers: headers를 넣는다. json: 파라미터를 넣는다. pixel_endpoint = f"https://pixe.la/v1/users/{par..