Retrieve all signatures
GET /signatures
Create a signature
POST /signatures
Retrieve a specific signature
GET /signatures/{id}
Update a specific signature
PATCH /signatures/{id}
Attaching a JSON body with the possible below fields:
title(string)message(string)
Delete a specific signature
DELETE /signatures/{id}