サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'uid=xxxxxxxxxxxxxx&state=xxxxxxxxxxxxxx&client_id=xxxxxxxxx&client_secret=xxxxxxxxxxxxx' "https://api.next-engine.org/api_neauth
レスポンス
{
"access_token":"xxxxxxxxxxxxxx",
"company_app_header":"xxxxxxxxxxxxxx",
"company_ne_id":"xxxxxxxxxxxxxx",
"company_name":"xxxxxxxxxxxxxx",
"company_kana":"xxxxxxxxxxxxxx",
"uid":"xxxxxxxxxxxxxx",
"pic_ne_id":"xxxxxxxxxxxxxx",
"pic_name":"xxxxxxxxxxxxxx",
"pic_kana":"xxxxxxxxxxxxxx",
"pic_mail_address":"xxxxxxxxxxxxxx",
"refresh_token":"xxxxxxxxxxxxxx",
"result":"success"
}