Banxa 이용동의
PUT https://{market-domain}/v1.0/account/banxatermsagreed
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1NiI...
Request Body
Name
Type
Description
banxa_terms_agreed*
bool
{
"return": 0,
"message": "success"
}curl --location --request PUT 'https://localhost:51071/v1.0/account/banxatermsagreed' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI...' \
--header 'Content-Type: application/json' \
--data-raw '{
"banxa_terms_agreed" : true
}'return
message
desc.
0
success
성공
64006
Account mod failed
정보 수정 실패
Last updated