...
Once you have retrieved a valid token from the authentication server you are now able to create a customer on the SpeakWrite system. To create the customer you must make a post request to our External API. For dev testing the External API URL is: https://external-api-dev.speakwrite.com/customer/v1/axon. For production the External API URL is: https://external-api.speakwrite.com/customer/v1/axon. If the request is successful you will receive a 200 Ok. If the success request fails you will receive a 400 Bad Request and a message indicating what went wrong. Below is the expected JSON payload to be included in the body of the request:
...