- Url: /users/login
- Method: GET
- Boady Parameters: { "user":{ "email": "user_1@test.com", "password": "password" } }
- Url: /tweet
- Method: POST
- Header: Authorization Token ( Token get from the login api)
- Boady Parameters: { "tweet":{ "content": "First Tweet", } }
- Url: /tweet/<tweet_id>
- Method: PUT
- Header: Authorization Token ( Token get from the login api)
- Boady Parameters: { "tweet":{ "content": "First Tweet", } }
- Url: /tweet/<tweet_id>
- Method: DELETE
- Header: Authorization Token ( Token get from the login api)
- url: /tweets
- Method: GET
- Header: Authorization Token ( Token get from the login api)
- Url : /password/forgot
- Method: GET
- URL Parameters: { "email": "<email_of_user>" }