DEICH-6203 - Fixed IspirationCard if no recommendations are provided by Sibyl
Empty JSON arrays are mapped to null in Go, which causes some trouble in this case. It was easier to have it fixed on the client side, than to write a custom null-array serializer in Go.
Closes DEICH-6203