サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxxxx&refresh_token=xxxxx&mall_name-like=xxxxxx' https://api.next-engine.org/api_v1_system_mall/count
レスポンス
{
"result": "success",
"count": "1",
"access_token": "xxxxxx",
"access_token_end_date": "2017-04-15 13:03:47",
"refresh_token": "xxxxxx",
"refresh_token_end_date": "2017-04-17 13:03:47"
}