예제
1. 삽입하기
>> 템플릿 샘플 다운로드
// 데이터
{
"name": "Pikachu",
"type": "Electric",
"height": "0.4m",
"weight": "6.0kg",
"image": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/25.png"
}
>> 템플릿 샘플 다운로드
// 데이터
{
"name": "Pikachu",
"type": "Electric",
"height": "0.4m",
"weight": "6.0kg",
"image": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/25.png"
}