I can create an A/B test with a config key of "123456789012"(12 characters), but not with a config key of "1234567890123"(13 characters).
I can send a request to the server, but I get a 400 error.
Since it should be possible to create a config key of up to 16 characters, I think there is something wrong with the validation on the server side.