{
"relation_data": [
{
"code": "001",
"object_code": "XXX",
"is_default": "0"
},
{
"code": "002",
"object_code": "XXX",
"is_default": "1"
},
{
"code": "003",
"object_code": "XXX",
"is_default": "0"
}
]
}
curl --location --request POST '/v1/users//transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"relation_data": [
{
"code": "001",
"object_code": "XXX",
"is_default": "0"
},
{
"code": "002",
"object_code": "XXX",
"is_default": "1"
},
{
"code": "003",
"object_code": "XXX",
"is_default": "0"
}
]
}'
{
"id": "string"
}