## Get Affirmation
```plaintext
GET https://affirmations.dev
```
**Example Request:**
```shell
curl -sL https://affirmations.dev | jq
```
**Example Response:**
```json
{
"affirmation": "People with goals succeed because they know where they’re going"
}
```