# Untitled

## Getting Super Powers

Becoming a super hero is a fairly straight forward process:

{% tabs %}
{% tab title="Bash" %}

```bash
curl -i -X POST \
   -H "Origin:https://rc-dashboard.360dialog.io" \
   -H "Content-Type:application/json" \
   -d \
'{
  "username": "firstname.lastname",
  "password": "PASSWORD"
}
 ' \
 'https://api.messagepipe.io/v1/token'
```

{% endtab %}

{% tab title="Javascript" %}

```javascript
```

{% endtab %}
{% endtabs %}

<mark style="color:green;">`POST`</mark>&#x20;

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
|      | string |             |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
&#x20;Super-powers are granted randomly so please submit an issue if you're not happy with yours.
{% endhint %}

Once you're strong enough, save the world:

{% code title="hello.sh" %}

```bash
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
```

{% endcode %}
