サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxx&refresh_token=xxx&execution_notice_success=1&execution_notice_title=xxx&execution_notice_content=xxx' http://api.next-engine.org/api_v1_notice_execution/add
レスポンス
{
"execution_notice_id": "29",
"result": "success",
"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"
}