access-token: ********************
{
"assetCode": "string",
"businessLicense": "string",
"contractName": "string",
"contractPhone": "string",
"customerId": 0,
"id": 0,
"idCardBack": "string",
"idCardFront": "string",
"oldPutInId": 0,
"photoNote": "string",
"photoUrl": "string"
}
curl --location --request POST '/device-relocation-apply/save' \
--header 'Content-Type: application/json' \
--header 'access-token;' \
--data-raw '{
"assetCode": "string",
"businessLicense": "string",
"contractName": "string",
"contractPhone": "string",
"customerId": 0,
"id": 0,
"idCardBack": "string",
"idCardFront": "string",
"oldPutInId": 0,
"photoNote": "string",
"photoUrl": "string"
}'
{
"code": "string",
"data": {},
"message": "string",
"success": true
}