Hello!
It seems when trying to create an customer/Org and then website via the API, occasionally a 400 is returned. It seems the API can't handle these requests happening at the same time. Can anyone else comment this?
`API V 12.1.0
$> Test1
{'id': '7880dfc6-0c38-41c1-9c36-1e49a0a82797'}
2 seconds later
AIP V 12.1.0
$> Test2
Json deserialize error: expected value at line 1 column 1
400
b'{"name": "Test2"}'`