リクエスト例
curl <https://ex-api.spacer.co.jp/user/create> \\
-H "Content-Type: application/json" \\
-d \\
'{
"apiKey": "p4Nl0kSacXVntemHgZMaHZr1p22XRTLfh3mb7yM",
"clientUserId": "clientUserId_001"
}'
レスポンス例
{
"userId": "-M_raQ0RH4y_XNofQBtP",
"result": true
}