const blockInfo = {
"id" : user.id,
"organization" : user.co,
"authentication" : ""
}
const peer_url = await axios.post("<http://api.jerrykang.com/v1/peer>",blockInfo);
// [AxiosError: Request failed with status code 404] 발생
const blockInfo = {
"id" : user.id,
"organization" : user.co,
"pwd" : user.pwd,
"authentication" : ""
}