サンプル
リクエスト
curl -X POST -H 'content-type: application/x-www-form-urlencoded' \
-d 'access_token=xxx&refresh_token=xxx&wait_flag=1&shop_id-eq=xxx' \
https://api.next-engine.org/api_v1_master_shop/count
レスポンス
{
"result": "success",
"count": "xxx",
"access_token": "xxx",
"access_token_end_date": "2017-04-18 11:19:26",
"refresh_token": "xxx",
"refresh_token_end_date": "2017-04-20 11:19:26"
}