Authorization: Bearer ********************
{"code":"1111"}
curl --location --request POST '/ma/wx/login/code' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{"code":"1111"}'
null