サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxx&refresh_token=xxx' http://api.next-engine.org/api_v1_notice_execution/count
レスポンス
{
"result": "success",
"count": "20",
"access_token": "xxx",
"access_token_end_date": "2018-08-02 10:41:04",
"refresh_token": "xxx",
"refresh_token_end_date": "2018-08-04 10:41:04"
}