サンプル
リクエスト
curl -X POST -H 'content-type: application/x-www-form-urlencoded' \ -d 'access_token=xxx&refresh_token=xxx&wait_flag=1' \ https://api.next-engine.org/api_v1_receiveorder_confirm/count
レスポンス
{
"result": "success",
"count": "75",
"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"
}