サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'client_id=xxxxxxxxx&client_secret=xxxxxxxxxxxxx' https://api.next-engine.org/api_app/company
レスポンス
{
"result": "success",
"count": "1",
"data": [
{
"company_id": "xxxxxxxxxxxxxx"
}
]
}