cURL
curl --request POST \ --url https://api.pcxpay.com/v1/users/confirm \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "confirmation_code": "<string>" } '
{ "message": "User confirmed successfully" }
Confirms the Cognito email verification code sent after registration.
User confirmed
"User confirmed successfully"