Basic Auth Example Using Mock Server

I have created several post request examples that deliver their respective responses when the correct Basic Auth value (as base64) is passed in the header. The problem is that when I make the call to any example path, no matter what credentials I pass in for basic auth (correct, different, or wrong), the response always returns that of the first example.

Am I missing something?