# Create notification **POST /data/notifications/** Create a new notification with data provided in the request body. JSON format is expected. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **person_id** (string(uuid)) - **comment_id** (string(uuid)) - **read** (boolean) ## Responses ### 201 Notification created successfully #### Body: application/json (object) - **id** (string(uuid)) - **person_id** (string(uuid)) - **comment_id** (string(uuid)) - **read** (boolean) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)