POST /api/v1/user/key
curl -i -H 'Accept: application/json' <http://localhost:8000/api/v1/user/key> { accessKey: "test", secretKey: "test" }
{ statusCode: 200, data: { "error": false, "msg": "userKeySave success", } }