Write a function that receives a text and a response code as arguments, and then creates and returns a response object.
Note that the data variable that is provided to response_maker() that contains the text and the response code split by a semicolon.
Tip: Use the jsonify method to create a response with the data.