Create an endpoint using the following format for creating a custom action associated with the user: Request: ``` POST /actions { action: "Action goes here", token: "User token here" } ``` Response: ``` Status: 201 { success: "Create an App action has been successfully created!" } ```