サンプル
リクエスト
curl -X POST -H 'content-type: application/x-www-form-urlencoded' \
-d 'access_token=xxx&refresh_token=xxx&wait_flag=1&shop_id=xxx' \
https://api.next-engine.org/api_v1_master_shop/checkconnect
レスポンス
{
"result": "error",
"code": "012005",
"message": "FTPユーザ名またはパスワードが違います",
"request_id": "",
"access_token": "xxx",
"access_token_end_date": "2017-04-19 11:21:13",
"refresh_token": "xxx",
"refresh_token_end_date": "2017-04-21 11:21:13"
}