Scenario: Successfully generating and scanning QR code to send fcmToken
Given a QR code generator that produces codes in JSON format
When I generate a QR code with an API POST endpoint
Then the QR code should represent the correct JSON with the POST endpoint
Given the generated QR code
And a snek-mobile app ready to scan
When I scan the QR code with snek-mobile
Then the snek-mobile app should send the fcmToken to the API POST endpoint