Approval

Approve changing the name and rate symbol of the shop.

post
Body
shopIdstringRequired

ID of Shop

Example: 0x0001be96d74202df38fd21462ffcef10dfe0fcbd7caa3947689a3903e8b6b874
namestringRequired

Name of Shop

Example: Coffee Nine
currencystringRequired

Basic currency symbol of Shop

Example: krw
Responses
200Success
application/json
post
POST /v1/shop/update/approval HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 117

{
  "shopId": "0x0001be96d74202df38fd21462ffcef10dfe0fcbd7caa3947689a3903e8b6b874",
  "name": "Coffee Nine",
  "currency": "krw"
}
200Success
{
  "code": 0,
  "data": {
    "taskId": "0x6d335fe57648a92b6024be84fd4f265fb497366a916f5a28a5f2a04e523d9c7b",
    "shopId": "0x0001be96d74202df38fd21462ffcef10dfe0fcbd7caa3947689a3903e8b6b874",
    "name": "Coffee Nine",
    "currency": "krw",
    "taskStatus": 0,
    "timestamp": 1722948039,
    "txHash": "0xe5502185d39057bd82e6dde675821b87313570df77d3e23d8e5712bd5f3fa6b6"
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}