リクエスト
Firebase IDトークン (Bearer xxx)
Example Request
curl -X POST https://app.hirameki-web.com/api/chat \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-d '{
"message": "ヘッダーの色を青に変更してください",
"siteId": "your-site-id"
}'
レスポンス
{
"success": true,
"reply": "ヘッダーの色を青に変更しました。"
}