{
"avatarUrl":"https://.....",
"nickname":"1234"
}curl --location --request POST '/ma/customer/certification' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatarUrl":"https://.....",
"nickname":"1234"
}'{
"ret": 0,
"msg": "success",
"err": null,
"data": null,
"ok": true
}